Refactored verbosity option to counter (none), -v, -vv, -vvv (trace)

This commit is contained in:
Bartek Kryza
2022-12-11 23:08:53 +01:00
parent c7b80297d7
commit 452271fd45
5 changed files with 34 additions and 25 deletions

View File

@@ -60,7 +60,7 @@ int main(int argc, const char *argv[])
std::optional<std::string> output_directory;
unsigned int thread_count{0};
bool show_version{false};
bool verbose{false};
int verbose{0};
bool list_diagrams{false};
app.add_option(