KiCad PCB EDA Suite
Loading...
Searching...
No Matches
COMMAND_ENTRY Struct Reference

Public Member Functions

 COMMAND_ENTRY (CLI::COMMAND *aHandler)
 
 COMMAND_ENTRY (CLI::COMMAND *aHandler, std::vector< COMMAND_ENTRY > aSub)
 

Public Attributes

CLI::COMMANDhandler
 
std::vector< COMMAND_ENTRYsubCommands
 

Detailed Description

Definition at line 97 of file kicad_cli.cpp.

Constructor & Destructor Documentation

◆ COMMAND_ENTRY() [1/2]

COMMAND_ENTRY::COMMAND_ENTRY ( CLI::COMMAND aHandler)
inline

Definition at line 103 of file kicad_cli.cpp.

◆ COMMAND_ENTRY() [2/2]

COMMAND_ENTRY::COMMAND_ENTRY ( CLI::COMMAND aHandler,
std::vector< COMMAND_ENTRY aSub 
)
inline

Definition at line 104 of file kicad_cli.cpp.

Member Data Documentation

◆ handler

CLI::COMMAND* COMMAND_ENTRY::handler

Definition at line 99 of file kicad_cli.cpp.

Referenced by recurseArgParserBuild(), and recurseArgParserSubCommandUsed().

◆ subCommands

std::vector<COMMAND_ENTRY> COMMAND_ENTRY::subCommands

Definition at line 101 of file kicad_cli.cpp.

Referenced by recurseArgParserBuild(), and recurseArgParserSubCommandUsed().


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