summaryrefslogtreecommitdiff
path: root/makima/src/daemon/cli/directive.rs
diff options
context:
space:
mode:
Diffstat (limited to 'makima/src/daemon/cli/directive.rs')
-rw-r--r--makima/src/daemon/cli/directive.rs10
1 files changed, 1 insertions, 9 deletions
diff --git a/makima/src/daemon/cli/directive.rs b/makima/src/daemon/cli/directive.rs
index 0f04720..a27b94e 100644
--- a/makima/src/daemon/cli/directive.rs
+++ b/makima/src/daemon/cli/directive.rs
@@ -90,15 +90,7 @@ pub struct StepActionArgs {
pub step_id: Uuid,
}
-/// Arguments for update-goal command.
-#[derive(Args, Debug)]
-pub struct UpdateGoalArgs {
- #[command(flatten)]
- pub common: DirectiveArgs,
-
- /// New goal text
- pub goal: String,
-}
+// (UpdateGoalArgs removed — spec edits flow through the contracts API now.)
/// Arguments for batch-add-steps command.
#[derive(Args, Debug)]