diff --git a/crates/bin/src/args.rs b/crates/bin/src/args.rs index 187cd9ab..8fbe09e5 100644 --- a/crates/bin/src/args.rs +++ b/crates/bin/src/args.rs @@ -167,7 +167,12 @@ pub struct Args { /// Disable the strategies specified. /// If a strategy is specified in `--strategies` and `--disable-strategies`, /// then it will be removed. - #[clap(help_heading = "Overrides", long, value_delimiter(','))] + #[clap( + help_heading = "Overrides", + long, + value_delimiter(','), + env = "BINSTALL_DISABLE_STRATEGIES" + )] pub(crate) disable_strategies: Vec, /// If `--github-token` or environment variable `GITHUB_TOKEN`/`GH_TOKEN`