#include <command.h>
Public Member Functions | |
CommandHandler ()=default | |
virtual | ~CommandHandler ()=default |
virtual absl::Status | handle (const std::vector< std::string > &arg_vec)=0 |
Public Attributes | |
app::Rom | rom_ |
|
default |
|
virtualdefault |
|
pure virtual |
app::Rom yaze::cli::CommandHandler::rom_ |
Definition at line 51 of file command.h.
Referenced by yaze::cli::ApplyPatch::handle(), yaze::cli::AsarPatch::handle(), yaze::cli::Backup::handle(), yaze::cli::Expand::handle(), yaze::cli::Open::handle(), yaze::cli::ReadFromRom::handle(), and yaze::cli::Tile16Transfer::handle().