From a2646a828febbdac798a206655a15eae7e463bca Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 9 Feb 2026 02:35:36 +0000 Subject: Add directive init --- makima/src/daemon/cli/mod.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makima/src/daemon/cli/mod.rs') diff --git a/makima/src/daemon/cli/mod.rs b/makima/src/daemon/cli/mod.rs index faafaea..98923d9 100644 --- a/makima/src/daemon/cli/mod.rs +++ b/makima/src/daemon/cli/mod.rs @@ -243,6 +243,9 @@ pub enum DirectiveCommand { /// Update the directive's goal (triggers re-planning) UpdateGoal(directive::UpdateGoalArgs), + + /// Batch add multiple steps from JSON + BatchAddSteps(directive::BatchAddStepsArgs), } impl Cli { -- cgit v1.2.3