We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16aaed7 commit c2221f2Copy full SHA for c2221f2
cli/src/main.rs
@@ -97,6 +97,7 @@ struct Generate {
97
#[arg(
98
long = "abi",
99
value_name = "VERSION",
100
+ env = "TREE_SITTER_ABI_VERSION",
101
help = format!(concat!(
102
"Select the language ABI version to generate (default {}).\n",
103
"Use --abi=latest to generate the newest supported version ({}).",
0 commit comments