parseUnabbrBookmarkCommand
This content is for v1.3.0. Switch to the latest version for up-to-date documentation.
parseUnabbrBookmarkCommand(
queryParts):UnabbrBookmarkCommand
Defined in: application/commands/bookmark-alias-command-parser.ts:198
Unabbr commandを解析します。
Parameters
Section titled “Parameters”queryParts
Section titled “queryParts”readonly string[]
command名を除いたtoken一覧です。
Returns
Section titled “Returns”Unabbr commandです。
Example
Section titled “Example”const result = parseUnabbrBookmarkCommand(["c"]);// { kind: "unabbr", abbreviationName: "c" }