We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baeb877 commit 6e26552Copy full SHA for 6e26552
crates/chat-cli/src/cli/chat/mod.rs
@@ -170,7 +170,7 @@ pub struct ChatArgs {
170
#[arg(long = "model")]
171
pub model: Option<String>,
172
/// Allows the model to use any tool to run commands without asking for confirmation.
173
- #[arg(long)]
+ #[arg(short = 'a', long)]
174
pub trust_all_tools: bool,
175
/// Trust only this set of tools. Example: trust some tools:
176
/// '--trust-tools=fs_read,fs_write', trust no tools: '--trust-tools='
0 commit comments