Util: Add ArgParser missing argument error message

This commit is contained in:
Riyyi
2021-09-13 19:54:59 +02:00
parent bb29919f02
commit 3efe74582f
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -30,6 +30,7 @@ public:
OptionRequiresArgument,
OptionInvalidArgumentType,
ArgumentExtraOperand,
ArgumentRequired,
ArgumentInvalidType,
};