mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-25 11:01:42 +00:00
feat: verbose option sets log level to debug
This commit is contained in:
@@ -25,7 +25,6 @@ public:
|
||||
ImageConverterArgs();
|
||||
bool ParseArgs(int argc, const char** argv, bool& shouldContinue);
|
||||
|
||||
bool m_verbose;
|
||||
std::vector<std::string> m_files_to_convert;
|
||||
image_converter::Game m_game_to_convert_to;
|
||||
|
||||
@@ -36,7 +35,5 @@ private:
|
||||
static void PrintUsage();
|
||||
static void PrintVersion();
|
||||
|
||||
void SetVerbose(bool isVerbose);
|
||||
|
||||
ArgumentParser m_argument_parser;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user