Skip to main content

run

Function run 

Source
pub fn run(
    store_root: &Path,
    find: &str,
    replace: &str,
    type_filter: Option<&DocType>,
    dry_run: bool,
    output: &dyn CliOutput,
) -> Result<()>