Open kankaristo opened 3 years ago
-y/--yes doesn't usually suppress all output, it just automatically answers "yes" to all prompts.
-y
--yes
It would be nice to have a version of -y, which shows normal output (to monitor progress, etc.), but still suppress all prompts.
So, maybe a separate "quiet" flag (-q/--quiet) for suppressing all output (which would also imply -y)? This is how e.g. apt and dnf/yum do things.
-q
--quiet
apt
dnf
yum
Yeah! I can see this being useful, it would be more intuitive too.
-y
/--yes
doesn't usually suppress all output, it just automatically answers "yes" to all prompts.It would be nice to have a version of
-y
, which shows normal output (to monitor progress, etc.), but still suppress all prompts.So, maybe a separate "quiet" flag (
-q
/--quiet
) for suppressing all output (which would also imply-y
)? This is how e.g.apt
anddnf
/yum
do things.