pub fn run(
db_path: &Path,
args: StoreArgs,
json_out: bool,
app_config: &AppConfig,
cli_agent_id: Option<&str>,
out: &mut CliOutput<'_>,
) -> Result<()>Expand description
store handler. Mirrors cmd_store from main.rs verbatim except
every emit routes through out.stdout / out.stderr instead of
println! / eprintln!.