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.
pub fn parse_with_extension(text: &str, ext: &str) -> CliResult<PipelineConfig>Convenience: parse a config from text using a synthetic path so the right
parser is selected. Used by tests and the validate --stdin flow.