Util: Add invalid argument type error message to ArgParser

This commit is contained in:
Riyyi
2021-09-13 12:04:44 +02:00
parent 9c918c6555
commit ffcde408e1
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ public:
ExtraOperand, // For arguments
DoesntAllowArgument,
RequiresArgument,
InvalidArgumentType,
};
struct Option {