pub async fn cmd(args: ExportArgs) -> Result<()>Expand description
Executes the export: parses the date, resolves the output path, and
hands off to the Exporter.
kasl export report --format csv
kasl export tasks --format json --date 2025-01-15
kasl export summary --format excel --output monthly_report.xlsx
kasl export all --format json --output backup_2025_01.json