chore: improve docstring for --full-auto (#1379)

Reference `-c sandbox.mode=workspace-write` in the docstring and users
can read the config docs for `sandbox` for more information.
This commit is contained in:
Michael Bolin
2025-06-25 09:13:36 -07:00
committed by GitHub
parent 86d5a9d80d
commit e09691337d
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ pub struct Cli {
#[arg(long = "ask-for-approval", short = 'a')]
pub approval_policy: Option<ApprovalModeCliArg>,
/// Convenience alias for low-friction sandboxed automatic execution (-a on-failure, network-disabled sandbox that can write to cwd and TMPDIR)
/// Convenience alias for low-friction sandboxed automatic execution (-a on-failure, -c sandbox.mode=workspace-write).
#[arg(long = "full-auto", default_value_t = false)]
pub full_auto: bool,