indicators
indicators copied to clipboard
No percentage indication on Windows
When I try your very first example on Windows, there is no percentage indicator:
In PowerShell and Windows console, the progress bar does not even stay on the same line:
Is this the normal behavior on windows?
Add option::ShowPercentage(true)
when declaring ProgressBar
. Then you can see the percentage number coming out.
What needs to be done is to update the documentation. Samples are shown without that option, and leads to confusion.