mirror of
https://github.com/astro/deadnix.git
synced 2024-12-11 12:57:47 +03:00
fix --help
This commit is contained in:
parent
9fc38108e5
commit
b4cf00629a
@ -64,6 +64,12 @@ fn main() {
|
||||
.long("hidden")
|
||||
.help("Recurse into hidden subdirectories and process hidden .*.nix files"),
|
||||
)
|
||||
// taken by "HIDDEN"
|
||||
.disable_help_flag(true)
|
||||
.arg(Arg::new("help")
|
||||
.long("help")
|
||||
.global(true)
|
||||
.action(ArgAction::Help))
|
||||
.arg(
|
||||
Arg::new("FAIL_ON_REPORTS")
|
||||
.action(ArgAction::SetTrue)
|
||||
|
Loading…
Reference in New Issue
Block a user