Skip to content

Commit

Permalink
feat(clap): show help menu on no args as well (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter authored Jun 25, 2024
1 parent 4340fcb commit 141b537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lychee-bin/src/verbosity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use serde::Deserialize;
/// - `-vv` show debug
/// - `-vvv` show trace
#[derive(clap::Args, Debug, Default, Clone, PartialEq, Eq)]
#[command(arg_required_else_help = true)]
pub(crate) struct Verbosity {
/// Pass many times for more log output
///
Expand Down

0 comments on commit 141b537

Please sign in to comment.