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

@ -17,6 +17,18 @@ A list of test names to skip fuzzing.
The directory containing the parser. This is primarily useful in multi-language repositories.
### `-p/--grammar-path`
The path to the directory containing the grammar.
### `--lib-path`
The path to the parser's dynamic library. This is used instead of the cached or automatically generated dynamic library.
### `--lang-name`
If `--lib-path` is used, the name of the language used to extract the library's language function
### `--edits <EDITS>`
The maximum number of edits to perform. The default is 3.