parseFrequentBookmarksCommand
This content is for v1.2.0. Switch to the latest version for up-to-date documentation.
parseFrequentBookmarksCommand(
queryParts):FrequentBookmarksCommand
Defined in: application/commands/bookmark-usage-command-parser.ts:132
Freq commandを解析。
Parameters
Section titled “Parameters”queryParts
Section titled “queryParts”readonly string[]
command query token一覧。
Returns
Section titled “Returns”Freq command。
Example
Section titled “Example”const result = parseFrequentBookmarksCommand(["--limit", "5"]);// { kind: "freq", limit: 5 }