Skip to main content

parse_with_extension

Function parse_with_extension 

Source
pub fn parse_with_extension(text: &str, ext: &str) -> CliResult<PipelineConfig>
Expand description

Convenience: parse a config from text using a synthetic path so the right parser is selected. Used by tests and the validate --stdin flow.