projtool/usertool: prohibit pager for interactive commands
commita32afb867640e8c55302b742b46974da71c7d87c
authorKyle J. McKay <mackyle@gmail.com>
Mon, 15 Feb 2021 08:53:15 +0000 (15 01:53 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 15 Feb 2021 08:53:15 +0000 (15 01:53 -0700)
tree0e51e9b43dcb94aacb56f834638371e4aba61331
parent24dafeff2f053b1ccbb675e804a66110669b7ede
projtool/usertool: prohibit pager for interactive commands

Certain commands must never start a pager regardless of any
options that may have been given or the "terminal"ness of
standard output.

Interactive input simply does not work properly when standard
output is a pipe to a pager.

Inhibit use of a pager whenever interactive commands are used.

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