#include <cmd.hpp>
Public Types | |
| enum class | NArgs { Zero , One , Many } |
| enum class | Type { Unknown = 0 , Int , String , Bool , Float , Path } |
Public Attributes | |
| const std::string | name |
| const std::string | desc |
| NArgs | nargs |
| Type | type |
| const std::string dcn::cmd::CommandLineArgDef::desc |
| const std::string dcn::cmd::CommandLineArgDef::name |
| NArgs dcn::cmd::CommandLineArgDef::nargs |
| Type dcn::cmd::CommandLineArgDef::type |