process

Function process 

Source
pub fn process(
    input_patterns: &[String],
    output_patterns: &[String],
    pipeline: Option<String>,
    verbose: bool,
) -> Result<()>
Expand description

Load inputs, run the pipeline, and save the results.