pub async fn handle_report_command( since: Option<String>, status: Option<String>, filter_name: Option<String>, filter_spec: Option<String>, summary_only: bool, ) -> Result<()>