Skip to content

parseFindBookmarkCommand

This content is for v1.2.0. Switch to the latest version for up-to-date documentation.

parseFindBookmarkCommand(queryParts): FindBookmarkCommand

Defined in: application/commands/bookmark-search-command-parser.ts:67

Find commandを解析。

readonly string[]

command名を除いたtoken一覧。

FindBookmarkCommand

Find command。

const result = parseFindBookmarkCommand(["-l", "Stripe", "#finance"]);
// { kind: "find", long: true, query: "Stripe #finance" }

Last updated: