summaryrefslogtreecommitdiff
path: root/makima/src/daemon/cli/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'makima/src/daemon/cli/mod.rs')
-rw-r--r--makima/src/daemon/cli/mod.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/makima/src/daemon/cli/mod.rs b/makima/src/daemon/cli/mod.rs
index b01c161..acad9ad 100644
--- a/makima/src/daemon/cli/mod.rs
+++ b/makima/src/daemon/cli/mod.rs
@@ -107,9 +107,6 @@ pub enum DirectiveCommand {
/// Mark a step as skipped
SkipStep(directive::StepActionArgs),
- /// Update the directive's goal (triggers re-planning)
- UpdateGoal(directive::UpdateGoalArgs),
-
/// Batch add multiple steps from JSON
BatchAddSteps(directive::BatchAddStepsArgs),