tokenize_str

Function tokenize_str 

Source
pub fn tokenize_str(input: &str) -> Result<Vec<Token>, TokenizerError>
Expand description

Break the given input shell script string into tokens, returning the tokens.

ยงArguments

  • input - The shell script to tokenize.