summaryrefslogtreecommitdiff
path: root/makima/src/daemon/cli
diff options
context:
space:
mode:
Diffstat (limited to 'makima/src/daemon/cli')
-rw-r--r--makima/src/daemon/cli/directive.rs4
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>,
}