mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Update args.rs
Co-authored-by: Félix Saparelli <felix@passcod.name> Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
69cf1504b3
commit
bb54f73742
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue