pub async fn handle_search_command( query: &str, include_tasks: bool, include_events: bool, limit: Option<i64>, offset: Option<i64>, since: Option<String>, until: Option<String>, format: &str, ) -> Result<()>