docs: add --test-number entries for query, highlight, and tag subcommands
This commit is contained in:
parent
16be945cdd
commit
a2f6b96683
3 changed files with 12 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue