#include <string>
#include <vector>
#include "absl/status/status.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. | |
Functions | |
absl::Status | yaze::cli::message::HandleMessageListCommand (const std::vector< std::string > &arg_vec, Rom *rom_context=nullptr) |
List all messages in the ROM. | |
absl::Status | yaze::cli::message::HandleMessageReadCommand (const std::vector< std::string > &arg_vec, Rom *rom_context=nullptr) |
Read a specific message by ID. | |
absl::Status | yaze::cli::message::HandleMessageSearchCommand (const std::vector< std::string > &arg_vec, Rom *rom_context=nullptr) |
Search for messages containing specific text. | |
absl::Status | yaze::cli::message::HandleMessageStatsCommand (const std::vector< std::string > &arg_vec, Rom *rom_context=nullptr) |
Get message statistics and overview. | |