pub fn cmd_webhook_history(
name: Option<&str>,
limit: usize,
data_dir: &Path,
format: &str,
) -> Result<()>Expand description
Shows delivery history for a webhook.
§Arguments
name- Webhook name (optional, shows all if not specified)limit- Maximum number of records to showdata_dir- Data directory for the audit databaseformat- Output format: “table” or “json”
§Errors
Returns an error if the audit database cannot be accessed.