Skip to content

Commit

Permalink
docs: add mention of Verbosity generic for customizing default level
Browse files Browse the repository at this point in the history
  • Loading branch information
pitoniak32 committed Feb 19, 2024
1 parent a1b2f8d commit 8bfdbd3
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 @@ -40,7 +40,7 @@
//! - `-vvv` show debug
//! - `-vvvv` show trace
//!
//! You can also customize the default logging level:
//! You can customize the default logging level using `Verbosity`'s generic parameter:
//! ```rust,no_run
//! # use clap::Parser;
//! use clap_verbosity_flag::{Verbosity, InfoLevel};
Expand Down

0 comments on commit 8bfdbd3

Please sign in to comment.