parseBookmarkCommand
This content is for v1.3.0. Switch to the latest version for up-to-date documentation.
parseBookmarkCommand(
input):ParsedBookmarkCommand
Defined in: application/commands/bookmark-command-parser.ts:277
Bookmark command入力を解析します。
Parameters
Section titled “Parameters”string
CLIに入力された文字列です。
Returns
Section titled “Returns”解析済みBookmark commandです。
Example
Section titled “Example”const result = parseBookmarkCommand("ls -l /Work | grep Stripe");// result.kind === "pipe"