diff options
| author | soryu <soryu@soryu.co> | 2026-02-16 01:24:19 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-16 01:31:31 +0000 |
| commit | 0676468e3e69ff36f1e509d775f191dd41f6080b (patch) | |
| tree | 624fb2e69827299ae9e571240e53d226124f55dc /makima/src/daemon/cli | |
| parent | a9da99085bc0b1f94e13cb27639915fd1398ccbe (diff) | |
| download | soryu-0676468e3e69ff36f1e509d775f191dd41f6080b.tar.gz soryu-0676468e3e69ff36f1e509d775f191dd41f6080b.zip | |
Ensure directives replan on goal change
Diffstat (limited to 'makima/src/daemon/cli')
| -rw-r--r-- | makima/src/daemon/cli/directive.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makima/src/daemon/cli/directive.rs b/makima/src/daemon/cli/directive.rs index 7c50c42..8a6a9f2 100644 --- a/makima/src/daemon/cli/directive.rs +++ b/makima/src/daemon/cli/directive.rs @@ -124,5 +124,9 @@ pub struct UpdateArgs { /// PR branch name to store on the directive #[arg(long)] pub pr_branch: Option<String>, + + /// Status to set on the directive (e.g., completed, paused) + #[arg(long)] + pub status: Option<String>, } |
