yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
todo_commands.cc File Reference
#include "cli/handlers/agent/todo_commands.h"
#include <iostream>
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "absl/strings/str_join.h"
#include "absl/strings/str_split.h"
#include "cli/service/agent/todo_manager.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::handlers
 
namespace  yaze::cli::handlers::anonymous_namespace{todo_commands.cc}
 

Functions

TodoManageryaze::cli::handlers::anonymous_namespace{todo_commands.cc}::GetTodoManager ()
 
void yaze::cli::handlers::anonymous_namespace{todo_commands.cc}::PrintTodo (const TodoItem &item, bool detailed=false)
 
absl::Status yaze::cli::handlers::anonymous_namespace{todo_commands.cc}::HandleTodoCreate (const std::vector< std::string > &args)
 
absl::Status yaze::cli::handlers::anonymous_namespace{todo_commands.cc}::HandleTodoList (const std::vector< std::string > &args)
 
absl::Status yaze::cli::handlers::anonymous_namespace{todo_commands.cc}::HandleTodoUpdate (const std::vector< std::string > &args)
 
absl::Status yaze::cli::handlers::anonymous_namespace{todo_commands.cc}::HandleTodoShow (const std::vector< std::string > &args)
 
absl::Status yaze::cli::handlers::anonymous_namespace{todo_commands.cc}::HandleTodoDelete (const std::vector< std::string > &args)
 
absl::Status yaze::cli::handlers::anonymous_namespace{todo_commands.cc}::HandleTodoClearCompleted (const std::vector< std::string > &args)
 
absl::Status yaze::cli::handlers::anonymous_namespace{todo_commands.cc}::HandleTodoNext (const std::vector< std::string > &args)
 
absl::Status yaze::cli::handlers::anonymous_namespace{todo_commands.cc}::HandleTodoPlan (const std::vector< std::string > &args)
 
absl::Status yaze::cli::handlers::HandleTodoCommand (const std::vector< std::string > &args)
 Handle z3ed agent todo commands.