pub fn parse_command(command: impl AsRef<str>) -> (String, String)
Parse a command into an executable and arguments.
Note that the returned executable string will not contains leading and suffix quotes.