Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@bluefirex bluefirex released this 30 Aug 20:17
· 21 commits to master since this release
  • Adds printSpinner(bool $reset = false, string $label = null, int $indent = 1) to ColoredLogger and SubCommand
  • Adds printProgressBar(int $done, int $total = 100, string $doneLabel = null, string $totalLabel = null, int $indent = 1) to ColoredLogger and SubCommand