swoft-cloud / swoft-cli

🛠️ Command line tool for quick use swoft. Support create new application, generate class, hot reload server and more.
https://www.swoft.org/docs
Apache License 2.0
47 stars 17 forks source link

Option for disable collecting counter in phar:pack command #21

Closed lifinsky closed 4 years ago

lifinsky commented 4 years ago

https://github.com/swoft-cloud/swoft-cli/blob/af9459b464daf90f48c4b409935428333654a88a/app/Command/PharCommand.php#L118

Large output in CI, for example in teamcity

lifinsky commented 4 years ago

Or update counter after each new 10%

lifinsky commented 4 years ago

Composer has --no-progress for fix this problem