We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62efeaf + b196cc4 commit 012bc83Copy full SHA for 012bc83
1 file changed
src/cli/cli.rs
@@ -31,7 +31,7 @@ pub(crate) struct CliOptions {
31
no_listen: bool,
32
33
/// Enable verbose printing of packet contents.
34
- #[clap(long)]
+ #[clap(long, short)]
35
verbose: bool,
36
37
/// Execute command immediately without doing short breaks between info messages beforehand.
0 commit comments