yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::CommandRegistry::CommandMetadata Struct Reference

#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
 

Detailed Description

Definition at line 31 of file command_registry.h.

Member Data Documentation

◆ name

std::string yaze::cli::CommandRegistry::CommandMetadata::name

Definition at line 32 of file command_registry.h.

Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().

◆ category

std::string yaze::cli::CommandRegistry::CommandMetadata::category

Definition at line 33 of file command_registry.h.

Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().

◆ description

std::string yaze::cli::CommandRegistry::CommandMetadata::description

Definition at line 34 of file command_registry.h.

Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().

◆ usage

std::string yaze::cli::CommandRegistry::CommandMetadata::usage

Definition at line 35 of file command_registry.h.

Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().

◆ available_to_agent

bool yaze::cli::CommandRegistry::CommandMetadata::available_to_agent

Definition at line 36 of file command_registry.h.

Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().

◆ requires_rom

bool yaze::cli::CommandRegistry::CommandMetadata::requires_rom

Definition at line 37 of file command_registry.h.

Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().

◆ requires_grpc

bool yaze::cli::CommandRegistry::CommandMetadata::requires_grpc

Definition at line 38 of file command_registry.h.

Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().

◆ aliases

std::vector<std::string> yaze::cli::CommandRegistry::CommandMetadata::aliases

Definition at line 39 of file command_registry.h.

Referenced by yaze::cli::CommandRegistry::Register().

◆ examples

std::vector<std::string> yaze::cli::CommandRegistry::CommandMetadata::examples

Definition at line 40 of file command_registry.h.

Referenced by yaze::cli::CommandRegistry::RegisterAllCommands().

◆ todo_reference

std::string yaze::cli::CommandRegistry::CommandMetadata::todo_reference

Definition at line 41 of file command_registry.h.


The documentation for this struct was generated from the following file: