Refactored verbosity option to counter (none), -v, -vv, -vvv (trace)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user