pub fn parse_script(line: &str) -> ScriptConstructExpand description
Parse a full line into a script construct.
The parser splits on ; to find keywords. For simple commands
(no scripting keywords), returns ScriptConstruct::Simple.
pub fn parse_script(line: &str) -> ScriptConstructParse a full line into a script construct.
The parser splits on ; to find keywords. For simple commands
(no scripting keywords), returns ScriptConstruct::Simple.