#include <command_registry.h>
Public Attributes | |
std::string | name |
std::string | category |
std::string | description |
std::string | usage |
bool | available_to_agent |
bool | requires_rom |
bool | requires_grpc |
std::vector< std::string > | aliases |
std::vector< std::string > | examples |
std::string | todo_reference |
Definition at line 31 of file command_registry.h.
std::string yaze::cli::CommandRegistry::CommandMetadata::name |
Definition at line 32 of file command_registry.h.
Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().
std::string yaze::cli::CommandRegistry::CommandMetadata::category |
Definition at line 33 of file command_registry.h.
Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().
std::string yaze::cli::CommandRegistry::CommandMetadata::description |
Definition at line 34 of file command_registry.h.
Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().
std::string yaze::cli::CommandRegistry::CommandMetadata::usage |
Definition at line 35 of file command_registry.h.
Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().
bool yaze::cli::CommandRegistry::CommandMetadata::available_to_agent |
Definition at line 36 of file command_registry.h.
Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().
bool yaze::cli::CommandRegistry::CommandMetadata::requires_rom |
Definition at line 37 of file command_registry.h.
Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().
bool yaze::cli::CommandRegistry::CommandMetadata::requires_grpc |
Definition at line 38 of file command_registry.h.
Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().
std::vector<std::string> yaze::cli::CommandRegistry::CommandMetadata::aliases |
Definition at line 39 of file command_registry.h.
Referenced by yaze::cli::CommandRegistry::Register().
std::vector<std::string> yaze::cli::CommandRegistry::CommandMetadata::examples |
Definition at line 40 of file command_registry.h.
Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().
std::string yaze::cli::CommandRegistry::CommandMetadata::todo_reference |
Definition at line 41 of file command_registry.h.