diff --git a/cli/src/commands.rs b/cli/src/commands.rs index 50118abe..90cdfcd2 100644 --- a/cli/src/commands.rs +++ b/cli/src/commands.rs @@ -709,6 +709,7 @@ pub fn parse_command(args: &[String], flags: &Flags) -> Result Ok(json!({ "id": id, "action": "dialog", "response": "dismiss" })), Some(sub) => Err(ParseError::UnknownSubcommand { subcommand: sub.to_string(), valid_options: VALID,