On 04/23/2012 02:30 PM, Ángel González wrote: > On 23/04/12 19:15, Sasikanth babu wrote: >> Hi all, >> >> I am working on the bug "https://savannah.gnu.org/bugs/?33838" - A way to >> turn off verbosity but still have a progress bar. >> I think most of normal users may be interested about this >> >> Proposed Solutions: >> >> 1) Show progress bar alone with this combination "--progress=XXX -q >> --no-verbose" >> >> 2). Add new option --progress-bar-only (or any suggest about the option >> name) > We already have --progress=type, so instead of --progress-bar-only I > think it should be > > --progress=none
By this I imagine you mean that one should specify --progress=none to get the current behavior, and the default will be to show a progress bar when -nv is specified? I wonder whether this break from historical behavior is likely to be a problem? I imagine non-interactive uses probably specify -q if they don't want verbosity, but maybe I'm wrong... What should happen with -nv if output is not to a tty? Should it then automatically behave as if --progress=none were specified? -mjc
