From fa8811f7f7dd4da4e89674ffd1c902f9a9ba097b Mon Sep 17 00:00:00 2001 From: Will Lillis Date: Sat, 31 Jan 2026 20:00:43 -0500 Subject: [PATCH] docs: include info on environment variables for `fuzz` command (cherry picked from commit 7100767f649b62a8539fe23197d7062c249e626a) --- docs/src/cli/fuzz.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/cli/fuzz.md b/docs/src/cli/fuzz.md index 7f97f9baf..5f0976d2f 100644 --- a/docs/src/cli/fuzz.md +++ b/docs/src/cli/fuzz.md @@ -31,11 +31,13 @@ If `--lib-path` is used, the name of the language used to extract the library's ### `--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 ` -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 `