Function cmd_webhook_list
Source pub fn cmd_webhook_list(format: &str) -> Result<()>
Expand description
Lists all configured webhooks.
§Arguments
format - Output format: “table”, “json”, or “yaml”
§Errors
Returns an error if the configuration cannot be loaded.