pub fn execute(
files: &[PathBuf],
op: &Operation,
opts: &ExecuteOpts,
) -> Result<ExecuteResult>Expand description
Apply op across files without printing anything. When opts.apply is
true, writes modified files in place (or to opts.output if set);
otherwise performs a dry run and only fills the result.