parse_single

Function parse_single 

Source
pub fn parse_single(argument: &str) -> String
Expand description

Parse the given string as a single argument.

Resolves quoting and escaping, but does not split arguments.