mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
parent
6809601273
commit
e017be2247
1 changed files with 6 additions and 1 deletions
|
@ -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<StrategyWrapped>,
|
||||
|
||||
/// If `--github-token` or environment variable `GITHUB_TOKEN`/`GH_TOKEN`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue