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