This repository was archived by the owner on May 31, 2023. It is now read-only.
Features
#11 - Add progress bar indicator
#53 - Add support of "Silent" output type
Improvements
#50 - Increase tests coverage to 70%
Breaking changes
--output-type
now hasConsole
,Logger
,Silent
possible values instead ofColor
andNoColor
.--log-level
default value isInformation
instead ofError
.--cache
(Default: Yes) is changed to--no-cache
(Default: false). So,--no-cache
should be added instead of adding--cache No
in case you need to disable cache.--no-colors
should be added instead of--output-type NoColor
in case you need to disable colors.