Skip to content

parseRecentBookmarksCommand

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

readonly string[]

command query token一覧。

RecentBookmarksCommand

Recent command。

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

Last updated: