This commit is contained in:
ae
2025-08-06 22:54:54 -07:00
committed by GitHub
parent ec20e84d80
commit 935ad5c6f2
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ pub struct Cli {
/// EXTREMELY DANGEROUS. Intended solely for running in environments that are externally sandboxed.
#[arg(
long = "dangerously-bypass-approvals-and-sandbox",
alias = "yolo",
default_value_t = false,
conflicts_with = "full_auto"
)]

View File

@@ -44,6 +44,7 @@ pub struct Cli {
/// EXTREMELY DANGEROUS. Intended solely for running in environments that are externally sandboxed.
#[arg(
long = "dangerously-bypass-approvals-and-sandbox",
alias = "yolo",
default_value_t = false,
conflicts_with_all = ["approval_policy", "full_auto"]
)]