docs: add --test-number entries for query, highlight, and tag subcommands

This commit is contained in:
WillLillis 2025-01-03 15:20:17 -05:00 committed by Will Lillis
parent 16be945cdd
commit a2f6b96683
3 changed files with 12 additions and 0 deletions

View file

@ -49,3 +49,7 @@ The path to a file that contains paths to source files to highlight
### `--config-path <CONFIG_PATH>`
The path to an alternative configuration (`config.json`) file. See [the init-config command](./init-config.md) for more information.
### `-n/--test-number <TEST_NUMBER>`
Highlight the contents of a specific test.

View file

@ -43,3 +43,7 @@ Whether to run query tests or not.
### `--config-path <CONFIG_PATH>`
The path to an alternative configuration (`config.json`) file. See [the init-config command](./init-config.md) for more information.
### `-n/--test-number <TEST_NUMBER>`
Query the contents of a specific test.

View file

@ -28,3 +28,7 @@ The path to a file that contains paths to source files to tag.
### `--config-path <CONFIG_PATH>`
The path to an alternative configuration (`config.json`) file. See [the init-config command](./init-config.md) for more information.
### `-n/--test-number <TEST_NUMBER>`
Generate tags from the contents of a specific test.