#include <args.h>
|
std::string | command |
| The command (if one has been registered with AddCommand), or empty. More...
|
|
std::vector< std::string > | args |
| If command is non-empty: Any args that followed it If command is empty: The unregistered command and any args that followed it. More...
|
|
Definition at line 201 of file args.h.
◆ args
std::vector<std::string> ArgsManager::Command::args |
If command is non-empty: Any args that followed it If command is empty: The unregistered command and any args that followed it.
Definition at line 208 of file args.h.
◆ command
std::string ArgsManager::Command::command |
The command (if one has been registered with AddCommand), or empty.
Definition at line 203 of file args.h.
The documentation for this struct was generated from the following file: