diff options
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in index e387d245..0c3cb1e3 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -452,6 +452,14 @@ config TRUE help Return zero. +config TTY + bool "tty" + default y + help + Print the filename of the terminal connected to standard input. + + -s Don't print anything, only return an exit status. + config WHICH bool "which" default y |