pub fn run(verify: bool, export: Option<PathBuf>, ndjson: bool) -> Result<()>Expand description
Runs the ‘history’ command.
Displays the audit history in a table, exports it to a file, or verifies the cryptographic integrity of the history chain.
§Errors
Returns an error if the history cannot be retrieved, exported, or verified.