Function brush_parser::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.