Added --progress option for diagram progress indicators

This commit is contained in:
Bartek Kryza
2023-06-15 00:24:40 +02:00
parent c387aba82e
commit 408416020f
7 changed files with 289 additions and 29 deletions

View File

@@ -118,6 +118,7 @@ public:
unsigned int thread_count{};
bool show_version{false};
int verbose{};
bool progress{false};
bool list_diagrams{false};
bool quiet{false};
bool initialize{false};