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

Public Attributes

std::string name
 
std::string description
 
std::vector< std::string > params
 
std::vector< std::string > examples
 

Detailed Description

Definition at line 33 of file autocomplete.h.

Member Data Documentation

◆ name

std::string yaze::cli::AutocompleteEngine::CommandDef::name

Definition at line 34 of file autocomplete.h.

Referenced by yaze::cli::AutocompleteEngine::RegisterCommand().

◆ description

std::string yaze::cli::AutocompleteEngine::CommandDef::description

Definition at line 35 of file autocomplete.h.

Referenced by yaze::cli::AutocompleteEngine::RegisterCommand().

◆ params

std::vector<std::string> yaze::cli::AutocompleteEngine::CommandDef::params

Definition at line 36 of file autocomplete.h.

◆ examples

std::vector<std::string> yaze::cli::AutocompleteEngine::CommandDef::examples

Definition at line 37 of file autocomplete.h.

Referenced by yaze::cli::AutocompleteEngine::RegisterCommand().


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