Skip to content

Releases: visma-meglerfront/sweet-cli

v1.2.0

30 Aug 20:17
Compare
Choose a tag to compare
  • 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

v1.1.0

19 May 13:51
Compare
Choose a tag to compare
  • Adds alias support (see README step 8)
  • Warning: The constructor now expects the application's path as first argument (optional)