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
pub fn parse_command(command: &str) -> Result<ParsedCommand>Parse a command string into query parameters
The command string should be in the format:
query "pattern" [flags...]
Example: query "TODO" --symbols --lang rust