@@ -22,6 +22,7 @@ pub fn parse(message: &str) -> Command {
}
+#[derive(Debug)]
pub enum Command {
Stage(String),
Control(String),