pub fn execute(
db_path: Option<&PathBuf>,
session_id: Option<&str>,
json: bool,
include_transcript: bool,
transcript_limit: usize,
compact: bool,
smart: bool,
budget: usize,
query: Option<&str>,
decay_days: u32,
) -> Result<()>Expand description
Execute the prime command.