Skip to main content

parse_script

Function parse_script 

Source
pub fn parse_script(input: &str) -> Result<Vec<Step>, Error>
Expand description

Parse a script using the production lower_command dispatcher. The typed ParseError converts into anyhow::Error at this boundary with no intermediate .context() wrapping, so the message survives.