Skip to main content

run

Function run 

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