-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: multiple verbose entries in nasl-cli (#1582)
Verbose is set on the overall clap command although it should be set on the subcommand itself. This leads to ``` debug_asserts.rs:86:13: Command nasl-cli: Argument names must be unique, but 'verbose' is in use by more than one argument or group ``` when it is not build with --release. This commit changes this behaviour by calling it on the newly build subcommand rather than the given root command.
- Loading branch information
1 parent
90ecc3a
commit ca7bb8b
Showing
4 changed files
with
29 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters