Util: Add type error messages to ArgParser option arguments
This commit is contained in:
@@ -28,6 +28,7 @@ public:
|
||||
OptionUnrecognized, // For long options
|
||||
OptionDoesntAllowArgument,
|
||||
OptionRequiresArgument,
|
||||
OptionInvalidArgumentType,
|
||||
ArgumentExtraOperand,
|
||||
ArgumentInvalidType,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user