fix(docs): update cli docs to reflect changes to various subcommand

arguments
This commit is contained in:
Will Lillis 2025-11-01 05:25:00 -04:00
parent 0e1f715ef1
commit 877782a8a4
10 changed files with 75 additions and 16 deletions

View file

@ -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.