mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 14:48:22 +00:00
Merge pull request #82 from ivre/fix-clap
Fix clap default options since last update
This commit is contained in:
commit
d5d2e7c966
1 changed files with 2 additions and 1 deletions
|
@ -143,7 +143,8 @@ fn main() {
|
||||||
Arg::new("quiet")
|
Arg::new("quiet")
|
||||||
.long("quiet")
|
.long("quiet")
|
||||||
.short('q')
|
.short('q')
|
||||||
.help("Quiet mode: do not output anything on stdout"),
|
.help("Quiet mode: do not output anything on stdout")
|
||||||
|
.num_args(0),
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new("format")
|
Arg::new("format")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue