fix: make verbose field public in OptionsArgs

Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-29 11:41:31 -03:00
parent 93ebf3ccd0
commit 7b518eb2e9

View File

@@ -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"))]