docs: Updated the --fresh command help message

This commit is contained in:
2026-06-17 14:20:38 -06:00
parent 69589bd5e5
commit 8e0b07c9fb
+1 -1
View File
@@ -183,7 +183,7 @@ pub struct Cli {
/// Launch Coyote inside a Docker sandbox (via `sbx`); name defaults to current directory basename
#[arg(long, value_name = "NAME")]
pub sandbox: Option<Option<String>>,
/// Create the sandbox without copying host config or vault password file
/// Create the sandbox without bootstrapping the host config or vault password file
#[arg(long, requires = "sandbox")]
pub fresh: bool,
}