yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
message.h File Reference
#include <string>
#include <vector>
#include "absl/status/status.h"
Include dependency graph for message.h:
This graph shows which files directly or indirectly include this file:

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::message
 

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.