#include <command_handler.h>
Public Attributes | |
| std::string | display_name |
| std::string | summary |
| std::string | todo_reference |
| std::vector< DescriptorEntry > | entries |
Definition at line 55 of file command_handler.h.
| std::string yaze::cli::resources::CommandHandler::Descriptor::display_name |
Definition at line 56 of file command_handler.h.
Referenced by yaze::cli::resources::CommandHandler::Describe(), yaze::cli::DungeonDoctorCommandHandler::Describe(), yaze::cli::GraphicsDoctorCommandHandler::Describe(), yaze::cli::HexDumpCommandHandler::Describe(), yaze::cli::HexCompareCommandHandler::Describe(), yaze::cli::HexAnnotateCommandHandler::Describe(), yaze::cli::OverworldDoctorCommandHandler::Describe(), yaze::cli::OverworldValidateCommandHandler::Describe(), yaze::cli::RomCompareCommandHandler::Describe(), yaze::cli::RomDoctorCommandHandler::Describe(), yaze::cli::SpriteDoctorCommandHandler::Describe(), yaze::cli::TestListCommandHandler::Describe(), yaze::cli::TestRunCommandHandler::Describe(), and yaze::cli::TestStatusCommandHandler::Describe().
| std::string yaze::cli::resources::CommandHandler::Descriptor::summary |
Definition at line 57 of file command_handler.h.
Referenced by yaze::cli::resources::CommandHandler::Describe(), yaze::cli::DungeonDoctorCommandHandler::Describe(), yaze::cli::GraphicsDoctorCommandHandler::Describe(), yaze::cli::HexDumpCommandHandler::Describe(), yaze::cli::HexCompareCommandHandler::Describe(), yaze::cli::HexAnnotateCommandHandler::Describe(), yaze::cli::MessageDoctorCommandHandler::Describe(), yaze::cli::OverworldDoctorCommandHandler::Describe(), yaze::cli::OverworldValidateCommandHandler::Describe(), yaze::cli::RomCompareCommandHandler::Describe(), yaze::cli::RomDoctorCommandHandler::Describe(), yaze::cli::SpriteDoctorCommandHandler::Describe(), yaze::cli::TestListCommandHandler::Describe(), yaze::cli::TestRunCommandHandler::Describe(), and yaze::cli::TestStatusCommandHandler::Describe().
| std::string yaze::cli::resources::CommandHandler::Descriptor::todo_reference |
Definition at line 58 of file command_handler.h.
Referenced by yaze::cli::resources::CommandHandler::Describe(), yaze::cli::DungeonDoctorCommandHandler::Describe(), yaze::cli::HexDumpCommandHandler::Describe(), yaze::cli::OverworldDoctorCommandHandler::Describe(), yaze::cli::OverworldValidateCommandHandler::Describe(), yaze::cli::RomCompareCommandHandler::Describe(), yaze::cli::RomDoctorCommandHandler::Describe(), yaze::cli::TestListCommandHandler::Describe(), yaze::cli::TestRunCommandHandler::Describe(), and yaze::cli::TestStatusCommandHandler::Describe().
| std::vector<DescriptorEntry> yaze::cli::resources::CommandHandler::Descriptor::entries |
Definition at line 59 of file command_handler.h.