5 #ifndef PACKER_UTIL_CLIARG_H 6 #define PACKER_UTIL_CLIARG_H 37 #endif //PACKER_UTIL_CLIARG_H int GetIndexOfArgument(char *argv[], std::string argument)
Gets the position of a specific argument in argv.
Definition: CLIArg.cpp:11
CLIArg()
Definition: CLIArg.cpp:9
Namespace consisting of the packer utility.
Definition: CLIArg.h:11
bool ArgumentExists(char *argv[], std::string argument)
Checks if an argument exists in argv.
Definition: CLIArg.cpp:17
Helper class to assist in dealing with CLI arguments.
Definition: CLIArg.h:15