Skip to content

parseFrequentBookmarksCommand

This content is for v1.2.1. 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を解析。

readonly string[]

command query token一覧。

FrequentBookmarksCommand

Freq command。

const result = parseFrequentBookmarksCommand(["--limit", "5"]);
// { kind: "freq", limit: 5 }

Last updated: