Added quiet flag to hide progress animation during install#472
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? |
|
Hi, thanks for taking a look. During implementation I also considered making this a global flag, however I'd love to hear your input on how this should behave for commands that do not make use of this flag. Is there a way to opt-in this flag only for a particular set of commands without duplicating the flag? I agree with the verbose flag. Maybe a simple From my understanding of |
Adds a new flag to the install command which hides the progress animation from stdout.
Issue: #14