feat(cli): specify abi version via env var
This commit is contained in:
parent
16aaed78ae
commit
c2221f2732
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ struct Generate {
|
|||
#[arg(
|
||||
long = "abi",
|
||||
value_name = "VERSION",
|
||||
env = "TREE_SITTER_ABI_VERSION",
|
||||
help = format!(concat!(
|
||||
"Select the language ABI version to generate (default {}).\n",
|
||||
"Use --abi=latest to generate the newest supported version ({}).",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue