On 2/6/14, 12:26 AM, Branko Čibej wrote:
> Please, not another command-line option that's an alias for something we
> already do. --config-option:config:pager= should be enough. "env SVN_PAGER=
> PAGER=" also works.
> 
> If we add --no-pager, we may as well add --no-editor, and I hope we can agree
> that doesn't make any sense.

--no-pager and --non-interactive do not mean the same thing.  --non-interactive
implies --no-pager but not vice versa.  I can very much NOT want a pager while
still wanting prompting for passwords.  It would be a pain to have to type
--config-option config:helpers:enable-pager=no to get that functionality.

This does raise another point.  This means we need to defer enabling the
automatic pager until we are actually ready to display output because the pager
will block prompting for passwords.

Reply via email to