Skip to main content

shell_split

Function shell_split 

Source
pub fn shell_split(input: &str) -> Result<Vec<ShellBit>, ShellParseError>
Expand description

Split a shell-ish string into a vector of strings.