Util: Add ArgParser unhandled argument error type and messages

This commit is contained in:
Riyyi
2021-09-13 04:04:02 +02:00
parent a5d5d2ea6d
commit 9c918c6555
2 changed files with 22 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ public:
None,
InvalidOption, // For short options
UnrecognizedOption, // For long options
ExtraOperand, // For arguments
DoesntAllowArgument,
RequiresArgument,
};