pub fn parse(line: &str) -> Result<Command<'_>, ParseError>Expand description
Parse one input line. Bare text lines (no leading /) become Text.
pub fn parse(line: &str) -> Result<Command<'_>, ParseError>Parse one input line. Bare text lines (no leading /) become Text.