mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 12:38:43 +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.
|
/// Disable the strategies specified.
|
||||||
/// If a strategy is specified in `--strategies` and `--disable-strategies`,
|
/// If a strategy is specified in `--strategies` and `--disable-strategies`,
|
||||||
/// then it will be removed.
|
/// 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>,
|
pub(crate) disable_strategies: Vec<StrategyWrapped>,
|
||||||
|
|
||||||
/// If `--github-token` or environment variable `GITHUB_TOKEN`/`GH_TOKEN`
|
/// If `--github-token` or environment variable `GITHUB_TOKEN`/`GH_TOKEN`
|
||||||
|
|
Loading…
Add table
Reference in a new issue