Allow support for command lines with non-argument filenames.

This commit is contained in:
David Given
2019-08-31 01:40:44 +02:00
parent 4304d1eede
commit 5a2b2bc07a
2 changed files with 56 additions and 33 deletions

View File

@@ -14,6 +14,7 @@ public:
public:
void parseFlags(int argc, const char* argv[]);
std::vector<std::string> parseFlagsWithFilenames(int argc, const char* argv[]);
void addFlag(Flag* flag);
void checkInitialised() const;