Allow PhutilConsoleProgressBar to be quiet
Summary:
This allows you to use the progress bar even if you don't want it to output anything. This can simplify logic in other parts of your code.
$progress = new PhutilConsoleProgressBar(); $progress->setQuiet(true); // etc.
Test Plan: derpy
Reviewers: epriestley, Blessed Reviewers
Reviewed By: epriestley, Blessed Reviewers
Subscribers: epriestley, Korvin
Differential Revision: https://secure.phabricator.com/D9586