Skip to content

Commit 6e26552

Browse files
chore: alias --trust-all-tools to -a (#372)
1 parent baeb877 commit 6e26552

File tree

1 file changed

+1
-1
lines changed
  • crates/chat-cli/src/cli/chat

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ pub struct ChatArgs {
170170
#[arg(long = "model")]
171171
pub model: Option<String>,
172172
/// Allows the model to use any tool to run commands without asking for confirmation.
173-
#[arg(long)]
173+
#[arg(short = 'a', long)]
174174
pub trust_all_tools: bool,
175175
/// Trust only this set of tools. Example: trust some tools:
176176
/// '--trust-tools=fs_read,fs_write', trust no tools: '--trust-tools='

0 commit comments

Comments
 (0)