From 15b6e5fba161a194fe5427d7d29b0c4286423260 Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 10 Feb 2026 14:50:07 +0000 Subject: Add auto-PR creation for remote repos in directives --- 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 98923d9..bcaaa70 100644 --- a/makima/src/daemon/cli/mod.rs +++ b/makima/src/daemon/cli/mod.rs @@ -246,6 +246,9 @@ pub enum DirectiveCommand { /// Batch add multiple steps from JSON BatchAddSteps(directive::BatchAddStepsArgs), + + /// Update directive metadata (PR URL, etc.) + Update(directive::UpdateArgs), } impl Cli { -- cgit v1.2.3