Skip to content

Commit

Permalink
Merge pull request #133 from joshka/jm/verbosity-copy
Browse files Browse the repository at this point in the history
feat: Impl Copy for Verbosity
  • Loading branch information
epage authored Dec 16, 2024
2 parents 9f72d6c + 9191996 commit bcfc9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub mod log;
pub mod tracing;

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

0 comments on commit bcfc9e8

Please sign in to comment.