pub trait CommandSyntax { // Required method fn interpret(&self) -> String; }
Generate a SimpleX command string from self