mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
Merge #2891
2891: refactor: Use USAGE_CODE constant r=pksunkara a=epage Co-authored-by: Ed Page <eopage@gmail.com>
This commit is contained in:
commit
219d59a57a
1 changed files with 1 additions and 1 deletions
|
@ -2065,7 +2065,7 @@ impl<'help> App<'help> {
|
|||
|
||||
drop(self);
|
||||
drop(e);
|
||||
safe_exit(2);
|
||||
safe_exit(USAGE_CODE);
|
||||
}
|
||||
|
||||
drop(self);
|
||||
|
|
Loading…
Reference in a new issue