mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-17 08:06:38 +00:00
Rename option to --disable-telemetry
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
397af7e45c
commit
69cf1504b3
4 changed files with 4 additions and 4 deletions
|
@ -55,5 +55,5 @@ pub struct Options {
|
|||
pub registry: Registry,
|
||||
|
||||
pub signature_policy: SignaturePolicy,
|
||||
pub disable_quick_install_stats: bool,
|
||||
pub disable_telemetry: bool,
|
||||
}
|
||||
|
|
|
@ -175,7 +175,7 @@ async fn resolve_inner(
|
|||
);
|
||||
}
|
||||
|
||||
if !opts.disable_quick_install_stats {
|
||||
if !opts.disable_telemetry {
|
||||
for fetcher in &handles {
|
||||
fetcher.clone().report_to_upstream();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue