#include <command_handler.h>
Public Attributes | |
std::string | display_name |
std::string | summary |
std::string | todo_reference |
std::vector< DescriptorEntry > | entries |
Definition at line 53 of file command_handler.h.
std::string yaze::cli::resources::CommandHandler::Descriptor::display_name |
Definition at line 54 of file command_handler.h.
Referenced by yaze::cli::resources::CommandHandler::Describe().
std::string yaze::cli::resources::CommandHandler::Descriptor::summary |
Definition at line 55 of file command_handler.h.
Referenced by yaze::cli::resources::CommandHandler::Describe().
std::string yaze::cli::resources::CommandHandler::Descriptor::todo_reference |
Definition at line 56 of file command_handler.h.
Referenced by yaze::cli::resources::CommandHandler::Describe().
std::vector<DescriptorEntry> yaze::cli::resources::CommandHandler::Descriptor::entries |
Definition at line 57 of file command_handler.h.