Skip to main content

run

Function run 

Source
pub fn run(
    db_path: &Path,
    args: RulesArgs,
    json: bool,
    out: &mut CliOutput<'_>,
) -> Result<()>
Expand description

Dispatch entry point called by daemon_runtime::run.

§Errors

Returns an error on a SQLite / key / signature failure; the caller surfaces the error to the operator via the standard anyhow chain.