diff --git a/crates/bin/src/args.rs b/crates/bin/src/args.rs index aa4838c5..de052a16 100644 --- a/crates/bin/src/args.rs +++ b/crates/bin/src/args.rs @@ -224,7 +224,7 @@ pub struct Args { /// Strategy quick-install (can be disabled via --disable-strategies) collects /// statistics of popular crates by default, by sending the crate, version and /// target to https://warehouse-clerk-tmp.vercel.app/api/crate - #[clap(help_heading = "Options", long)] + #[clap(help_heading = "Options", long, env = "BINSTALL_DISABLE_TELEMETRY")] pub(crate) disable_telemetry: bool, /// Install binaries in a custom location.