Skip to main content

run

Function run 

Source
pub fn run(
    inputs: Vec<PathBuf>,
    ops: BatchOps,
    config: BatchConfig,
) -> Result<bool>
Expand description

Entry point for the batch command.

§Arguments

  • inputs — Raw glob/path/directory inputs
  • ops — Which operations to run
  • config — Execution configuration (jobs, verbosity, format, etc.)

§Returns

Ok(true) if all files processed without errors, Ok(false) if any failed.