Skip to main content

tokenize

Function tokenize 

Source
pub fn tokenize(command: &str) -> Vec<String>
Expand description

Tokenize a command segment into words using shlex (POSIX word splitting).