parse_command

Function parse_command 

Source
pub fn parse_command(command: impl AsRef<str>) -> (String, String)
Expand description

Parse a command into an executable and arguments.

Note that the returned executable string will not contains leading and suffix quotes.