fix(docs): add information on missing cli command options
This commit is contained in:
parent
d641249f85
commit
d000698847
8 changed files with 42 additions and 0 deletions
|
|
@ -16,6 +16,14 @@ Only run tests whose names match this regex.
|
|||
|
||||
Skip tests whose names match this regex.
|
||||
|
||||
### `--file-name <NAME>`
|
||||
|
||||
Only run tests from the given filename in the corpus.
|
||||
|
||||
### `-p/--grammar-path <PATH>`
|
||||
|
||||
The path to the directory containing the grammar.
|
||||
|
||||
### `-u/--update`
|
||||
|
||||
Update the expected output of tests.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue