diff --git a/crates/cli/src/main.rs b/crates/cli/src/main.rs index 520f6e6cf2e05595a2f35b194cb65ffe135b4814..d46b90fdb77dc5b1fca87133cf72ce265d2701c1 100644 --- a/crates/cli/src/main.rs +++ b/crates/cli/src/main.rs @@ -73,7 +73,7 @@ struct Args { #[arg(short, long, overrides_with_all = ["add", "reuse", "existing"])] new: bool, /// Reuse an existing window, replacing its workspace - #[arg(short, long, overrides_with_all = ["add", "new", "existing"])] + #[arg(short, long, overrides_with_all = ["add", "new", "existing"], hide = true)] reuse: bool, /// Open in existing Zed window #[arg(short = 'e', long = "existing", overrides_with_all = ["add", "new", "reuse"])]