command argument enumeration type

This commit is contained in:
MihailRis
2024-05-09 18:48:14 +03:00
parent 44d0a462f6
commit de318bb8ef
2 changed files with 33 additions and 3 deletions
+1
View File
@@ -19,6 +19,7 @@ namespace cmd {
bool optional;
dynamic::Value def;
dynamic::Value origin;
std::string enumname;
};
struct CommandInput {