fix(docs): update cli docs to reflect changes to various subcommand
arguments
This commit is contained in:
parent
0e1f715ef1
commit
877782a8a4
10 changed files with 75 additions and 16 deletions
|
|
@ -13,10 +13,6 @@ For this to work, you must have already built the parser as a Wasm module. This
|
|||
|
||||
## Options
|
||||
|
||||
### `-e/--export <EXPORT_PATH>`
|
||||
|
||||
Export static playground files to the specified directory instead of serving them.
|
||||
|
||||
### `-q/--quiet`
|
||||
|
||||
Don't automatically open the playground in the default browser.
|
||||
|
|
@ -24,3 +20,7 @@ Don't automatically open the playground in the default browser.
|
|||
### `--grammar-path <GRAMMAR_PATH>`
|
||||
|
||||
The path to the directory containing the grammar and wasm files.
|
||||
|
||||
### `-e/--export <EXPORT_PATH>`
|
||||
|
||||
Export static playground files to the specified directory instead of serving them.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue