style: make verbose fields private
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
@@ -37,7 +37,7 @@ pub struct Settings {
|
||||
pub list_format: Vec<ColumnConfig>,
|
||||
pub human_readable: bool,
|
||||
pub output_format: Option<String>,
|
||||
pub verbose: u8,
|
||||
pub(crate) verbose: u8,
|
||||
pub quiet: bool,
|
||||
pub force: bool,
|
||||
pub server: Option<ServerConfig>,
|
||||
|
||||
Reference in New Issue
Block a user