mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 07:17:26 +00:00
Pretty sure that apostrophe does not belong
This commit is contained in:
parent
5ba67148de
commit
2fae8fe4c9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ fn main() {
|
|||
// Note, only flags can have multiple occurrences
|
||||
match matches
|
||||
.get_one::<u8>("debug")
|
||||
.expect("Count's are defaulted")
|
||||
.expect("Counts are defaulted")
|
||||
{
|
||||
0 => println!("Debug mode is off"),
|
||||
1 => println!("Debug mode is kind of on"),
|
||||
|
|
Loading…
Add table
Reference in a new issue