mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 23:26:36 +00:00
Update args.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
bb54f73742
commit
e0f5bff059
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ mod test {
|
||||||
fn quickinstall_url_matches() {
|
fn quickinstall_url_matches() {
|
||||||
let long_help = Args::command()
|
let long_help = Args::command()
|
||||||
.get_opts()
|
.get_opts()
|
||||||
.find(|opt| opt.get_long() == Some("disable-quick-install-stats"))
|
.find(|opt| opt.get_long() == Some("disable-telemetry"))
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.get_long_help()
|
.get_long_help()
|
||||||
.unwrap()
|
.unwrap()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue