Util: Add invalid argument type error message to ArgParser
This commit is contained in:
@@ -29,6 +29,7 @@ public:
|
||||
ExtraOperand, // For arguments
|
||||
DoesntAllowArgument,
|
||||
RequiresArgument,
|
||||
InvalidArgumentType,
|
||||
};
|
||||
|
||||
struct Option {
|
||||
|
||||
Reference in New Issue
Block a user