diff --git a/src/args.rs b/src/args.rs index 7191b69..4c6c9e8 100644 --- a/src/args.rs +++ b/src/args.rs @@ -118,7 +118,7 @@ pub struct OptionsArgs { #[arg(short, long, action = clap::ArgAction::Count, conflicts_with("quiet"))] #[arg(help("Increase message verbosity, can be given more than once"))] - pub(crate) verbose: u8, + pub verbose: u8, #[arg(short, long)] #[arg(help("Do not show any messages"))]