projtool/usertool: default paging to off for most commands
commitc1d00721bf99bab155dca7cc587723662b0d530b
authorKyle J. McKay <mackyle@gmail.com>
Tue, 2 Mar 2021 00:34:09 +0000 (1 17:34 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 2 Mar 2021 00:34:09 +0000 (1 17:34 -0700)
treea55c772ca44935ddf8fbbfd0e827c5ced6618ef3
parent47e5fb56211dae9929b214b4b3ea3d8903546265
projtool/usertool: default paging to off for most commands

For commands that are not expected to produce very much output
if any at all and do not require that the pager always be disabled
because they prompt for input, set the pager to off by default.

It can still be explicitly enabled for these commands, but
setting it off by default makes more sense especially for
commands that will be modifying settings and might return
a non-zero exit status that would otherwise be lost to
the pager.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
toolbox/projtool.pl
toolbox/usertool.pl