pub fn run(
input: PathBuf,
output_dir: Option<PathBuf>,
mode: SplitMode,
select: Vec<String>,
preserve_transforms: bool,
dry_run: bool,
force: bool,
verbosity: Verbosity,
) -> Result<()>Expand description
Entry point for the split command.