mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
docs: add --test-number entries for query, highlight, and tag subcommands
This commit is contained in:
parent
16be945cdd
commit
a2f6b96683
|
|
@ -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…
Reference in a new issue