Util: Add type error messages to ArgParser option arguments

This commit is contained in:
Riyyi
2021-09-13 16:19:49 +02:00
parent 648c0f8c85
commit 2ac6d24520
2 changed files with 32 additions and 14 deletions
+1
View File
@@ -28,6 +28,7 @@ public:
OptionUnrecognized, // For long options
OptionDoesntAllowArgument,
OptionRequiresArgument,
OptionInvalidArgumentType,
ArgumentExtraOperand,
ArgumentInvalidType,
};