This commit is contained in:
AlexandreRouma
2022-02-24 22:44:37 +01:00
parent 9999693c0d
commit 8a603c5420
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@ public:
alias = al;
description = desc;
type = CLI_ARG_TYPE_VOID;
bval = false;
}
CLIArg(char al, std::string desc, bool b) {