Function brush_parser::test_command::parse
source · pub fn parse(input: &[String]) -> Result<TestExpr, TestCommandParseError>Expand description
Parses a test command expression.
§Arguments
input- The test command expression to parse, in string form.