pub fn parse_command(input: &str) -> Result<ParsedCommand, ParseCommandError>Expand description
Parses prompt text into a command event.
pub fn parse_command(input: &str) -> Result<ParsedCommand, ParseCommandError>Parses prompt text into a command event.