Added quiet flag to hide progress animation during install#472
Added quiet flag to hide progress animation during install#472artesmichael wants to merge 1 commit intoswiftlang:mainfrom
Conversation
|
Thanks for your contribution. There are other progress animations, such as self-update. I wonder if this should be abstracted out to one of the In terms of the progress animation. It already appears to be able to detect whether it is running in a terminal context or not, and falls back to a line-oriented output. Are you wanting it to display no progress at all when this option is set? Maybe the detection isn't very effective and leaks escape codes in certain logs? Any other things that should be quieted in the various swiftly commands when the flag is set? |
Adds a new flag to the install command which hides the progress animation from stdout.
Issue: #14