shlex

Function split

Source
pub fn split(in_str: &str) -> Option<Vec<String>>
Expand description

Convenience function that consumes the whole string at once. Returns None if the input was erroneous.