pub fn process( input_patterns: &[String], output_patterns: &[String], pipeline: Option<String>, verbose: bool, ) -> Result<()>
Load inputs, run the pipeline, and save the results.