parseAbbrBookmarkCommand
This content is for v1.3.0. Switch to the latest version for up-to-date documentation.
parseAbbrBookmarkCommand(
query):AbbrBookmarkCommand
Defined in: application/commands/bookmark-alias-command-parser.ts:161
Abbr commandを解析します。
Parameters
Section titled “Parameters”string
command名を除いた入力です。
Returns
Section titled “Returns”Abbr commandです。
Example
Section titled “Example”const result = parseAbbrBookmarkCommand("c=clear");// { kind: "abbr", operation: "set", abbreviationName: "c", commandInput: "clear" }