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