parse_command

Function parse_command 

Source
pub fn parse_command(command: &str) -> Result<ParsedCommand>
Expand description

Parse a command string into query parameters

The command string should be in the format: query "pattern" [flags...]

Example: query "TODO" --symbols --lang rust