From 151e9d87e117b7980e6aad522ac8f3633eeca87a Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 2 Feb 2026 02:34:50 +0000 Subject: Make makima more opinionated and structured --- makima/src/daemon/cli/supervisor.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'makima/src/daemon/cli/supervisor.rs') diff --git a/makima/src/daemon/cli/supervisor.rs b/makima/src/daemon/cli/supervisor.rs index cb84ffa..6f19697 100644 --- a/makima/src/daemon/cli/supervisor.rs +++ b/makima/src/daemon/cli/supervisor.rs @@ -48,10 +48,6 @@ pub struct SpawnArgs { /// Repository URL (local path or remote URL). If not provided, will try to detect from current directory. #[arg(long)] pub repo: Option, - - /// Create a separate worktree for the task (requires merge after). By default, tasks share the supervisor's worktree. - #[arg(long)] - pub own_worktree: bool, } /// Arguments for wait command. -- cgit v1.2.3