ctzkane

Results 2 issues of ctzkane

Using make_progress_bar multiple times in a WP_CLI command displays wrong expected total time after the first use. Repro: Consider the following cli command ``` class TestMultipleProgressBars { private function run($message)...