pub async fn execute_command( cli: Cli, tdlist: TodoList, pool: &SqlitePool, data_dir: &PathBuf, ) -> Result<TodoList>