Skip to main content

shell_tokenize

Function shell_tokenize 

Source
pub fn shell_tokenize(input: &str) -> Vec<String>
Expand description

Tokenize a shell command respecting single/double quotes and backslash escapes.