mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 23:04:23 +00:00
v0.0.4.5
This commit is contained in:
parent
b2852be529
commit
b3060ae12c
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ impl App {
|
|||
}
|
||||
}
|
||||
// Fails if argument supplied to binary isn't valid
|
||||
assert!(found == false);
|
||||
assert!(found == true);
|
||||
|
||||
""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue