mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
Minor update
This commit is contained in:
@@ -31,7 +31,7 @@ int main() {
|
|||||||
std::cout << termcolor::bold << termcolor::white << "Pulling image foo:bar/baz\n";
|
std::cout << termcolor::bold << termcolor::white << "Pulling image foo:bar/baz\n";
|
||||||
|
|
||||||
DynamicProgress<ProgressBar> bars(bar1, bar2, bar3);
|
DynamicProgress<ProgressBar> bars(bar1, bar2, bar3);
|
||||||
bars.set_option(option::HideBarWhenComplete{true});
|
bars.set_option(option::HideBarWhenComplete{false});
|
||||||
|
|
||||||
std::thread fourth_job, fifth_job, sixth_job;
|
std::thread fourth_job, fifth_job, sixth_job;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user