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