fix(docs): update cli docs to reflect changes to various subcommand
arguments
This commit is contained in:
parent
0e1f715ef1
commit
877782a8a4
10 changed files with 75 additions and 16 deletions
|
|
@ -42,3 +42,11 @@ tree-sitter version
|
|||
### `-p/--grammar-path <PATH>`
|
||||
|
||||
The path to the directory containing the grammar.
|
||||
|
||||
### `--bump`
|
||||
|
||||
Automatically bump the version. Possible values are:
|
||||
|
||||
- `patch`: Bump the patch version.
|
||||
- `minor`: Bump the minor version.
|
||||
- `major`: Bump the major version.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue