tusharsadhwani / packaged

The easiest way to ship python applications.
https://packaged.live
GNU General Public License v2.0
193 stars 8 forks source link

Add flag to disable output #14

Closed tusharsadhwani closed 6 months ago

tusharsadhwani commented 6 months ago

Adds a --quiet flag which disables the spinner (and any other stdout output).

--quiet is implied when CI envvar is set.