feat: verbose option sets log level to debug

This commit is contained in:
Jan Laupetin
2025-09-11 22:18:59 +02:00
parent 02f20f09b6
commit d693ace12f
13 changed files with 29 additions and 57 deletions
-2
View File
@@ -17,8 +17,6 @@ class RawTemplaterArguments
static void PrintVersion();
public:
bool m_verbose;
std::vector<std::string> m_input_files;
std::string m_output_directory;