Util: Add ArgParser unhandled argument error type and messages
This commit is contained in:
@@ -26,6 +26,7 @@ public:
|
||||
None,
|
||||
InvalidOption, // For short options
|
||||
UnrecognizedOption, // For long options
|
||||
ExtraOperand, // For arguments
|
||||
DoesntAllowArgument,
|
||||
RequiresArgument,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user