Skip to content

Commit

Permalink
fix: remove comment that shows up in clap help text (#86)
Browse files Browse the repository at this point in the history
Fixes #85
  • Loading branch information
wolfv committed Jan 16, 2024
1 parent 8fccb3e commit f3867c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pub use log::LevelFilter;

/// Logging flags to `#[command(flatten)]` into your CLI
#[derive(clap::Args, Debug, Clone, Default)]
#[command(about = None, long_about = None)]
pub struct Verbosity<L: LogLevel = ErrorLevel> {
#[arg(
long,
Expand Down

0 comments on commit f3867c2

Please sign in to comment.