Skip to content

Commit 012bc83

Browse files
Merge pull request #3 from ADawesomeguy/verbose-shorthand
Add shorthand for verbose
2 parents 62efeaf + b196cc4 commit 012bc83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub(crate) struct CliOptions {
3131
no_listen: bool,
3232

3333
/// Enable verbose printing of packet contents.
34-
#[clap(long)]
34+
#[clap(long, short)]
3535
verbose: bool,
3636

3737
/// Execute command immediately without doing short breaks between info messages beforehand.

0 commit comments

Comments
 (0)