nathanjmcdougall / usethis-python

Automate Python package and project setup tasks that are otherwise performed manually.
MIT License
1 stars 0 forks source link

Support a `--quiet` flag to silence output #24

Open nathanjmcdougall opened 1 week ago

nathanjmcdougall commented 1 week ago

Motivation Some users may prefer no output in some applications of usethis (especially pipelines). A --silent flag, and/or an environment variable could be used to control this.

Summary of desired feature Ability for user to silence all stdout from usethis.

nathanjmcdougall commented 1 week ago

Using --quiet as the name seems more conventional.