1 #ifndef WIKIWALKER_COMMANDLINEPARSERUTILS_H
2 #define WIKIWALKER_COMMANDLINEPARSERUTILS_H
6 #include "CommandLineParserBase.h"
10 //! utility functions for command line parsers
11 namespace CommandLineParserUtils
13 //! converts command line option enum to resppective string
14 std::string
getStringFlag(CommandLineParserBase::CommandLineOptions flag
);
15 } // namespace CommandLineParserUtils
16 } // namespace WikiWalker
17 #endif // WIKIWALKER_COMMANDLINEPARSERUTILS_H