From 9dbc2c3199047609a9f8496fec07ecdb10aee73d Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 18 Jan 2026 18:55:04 +0000 Subject: Add pushed heartbeats and multi-question select --- makima/src/daemon/cli/supervisor.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makima/src/daemon/cli') diff --git a/makima/src/daemon/cli/supervisor.rs b/makima/src/daemon/cli/supervisor.rs index 0e2da32..ae1a126 100644 --- a/makima/src/daemon/cli/supervisor.rs +++ b/makima/src/daemon/cli/supervisor.rs @@ -184,6 +184,10 @@ pub struct AskArgs { /// Block indefinitely until user responds (no timeout) #[arg(long, default_value = "false")] pub phaseguard: bool, + + /// Allow selecting multiple choices (response will be comma-separated) + #[arg(long, default_value = "false")] + pub multi_select: bool, } /// Arguments for status command (get contract status including phase). -- cgit v1.2.3