mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
docs: include info on environment variables for fuzz command
(cherry picked from commit 7100767f64)
This commit is contained in:
parent
ef4999bf61
commit
fa8811f7f7
|
|
@ -31,11 +31,13 @@ If `--lib-path` is used, the name of the language used to extract the library's
|
|||
|
||||
### `--edits <EDITS>`
|
||||
|
||||
The maximum number of edits to perform. The default is 3.
|
||||
The maximum number of edits to perform. The default is 3. This value can also be set via the `TREE_SITTER_EDITS` environment
|
||||
variable.
|
||||
|
||||
### `--iterations <ITERATIONS>`
|
||||
|
||||
The number of iterations to run. The default is 10.
|
||||
The number of iterations to run. The default is 10. This value can also be set via the `TREE_SITTER_ITERATIONS` environment
|
||||
variable.
|
||||
|
||||
### `-i/--include <INCLUDE>`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue