ncurses (6.4)
clear --helpResult = 0
Working Dir = /bb.build
Stdout
Stderr
/BuggyBox/ncurses/6.4/bootstrap/bin/clear: invalid option -- '-' Usage: clear [options] Options: -T TERM use this instead of $TERM -V print curses-version -x do not try to clear scrollback
infocmp --helpResult = 0
Working Dir = /bb.build
Stdout
Stderr
/BuggyBox/ncurses/6.4/bootstrap/bin/infocmp: invalid option -- '-'
Usage: infocmp [options] [-A directory] [-B directory] [termname...]
Options:
-0 print single-row -e format output for C initializer
-1 print single-column -f with -1, format complex strings
-C use termcap-names -g format %'char' to %{number}
-D print database locations -i analyze initialization/reset
-E format output as C tables -l output terminfo names
-F compare terminfo-files -n list capabilities in neither
-G format %{number} to %'char' -p ignore padding specifiers
-I use terminfo-names -Q number dump compiled description
-K use termcap-names and BSD syntax -q brief listing, removes headers
-L use long names -r with -C, output in termcap form
-R subset (see manpage) -r with -F, resolve use-references
-T eliminate size limits (test) -s [d|i|l|c] sort fields
-U do not post-process entries -t suppress commented-out capabilities
-V print version -u produce source with 'use='
-W wrap long strings per -w[n] -v number (verbose)
-a with -F, list commented-out caps -w number (width)
-c list common capabilities -x unknown capabilities are user-defined
-d list different capabilities
ncurses6-config --helpResult = 0
Working Dir = /bb.build
Stdout
Usage: ncurses6-config [options] Options: --prefix echos the package-prefix of ncurses --exec-prefix echos the executable-prefix of ncurses --cflags echos the C compiler flags needed to compile with ncurses --libs echos the libraries needed to link with ncurses --libs-only-L echos -L linker options (search path) for ncurses --libs-only-l echos -l linker options (libraries) for ncurses --libs-only-other echos linker options other than -L/-l --version echos the release+patchdate version of ncurses --abi-version echos the ABI version of ncurses --mouse-version echos the mouse-interface version of ncurses --bindir echos the directory containing ncurses programs --datadir echos the directory containing ncurses data --includedir echos the directory containing ncurses header files --libdir echos the directory containing ncurses libraries --mandir echos the directory containing ncurses manpages --terminfo echos the $TERMINFO terminfo database path --terminfo-dirs echos the $TERMINFO_DIRS directory list --termpath echos the $TERMPATH termcap list --help prints this message
Stderr
tabs --helpResult = 0
Working Dir = /bb.build
Stdout
Stderr
Usage: tabs [options] [tabstop-list] Options: -0 reset tabs -8 set tabs to standard interval -a Assembler, IBM S/370, first format -a2 Assembler, IBM S/370, second format -c COBOL, normal format -c2 COBOL compact format -c3 COBOL compact format extended -d debug (show ruler with expected/actual tab positions) -f FORTRAN -n no-op (do not modify terminal settings) -p PL/I -s SNOBOL -u UNIVAC 1100 Assembler -T name use terminal type 'name' -V print version A tabstop-list is an ordered list of column numbers, e.g., 1,11,21 or 1,+10,+10 which is the same.
tic --helpResult = 0
Working Dir = /bb.build
Stdout
Stderr
/BuggyBox/ncurses/6.4/bootstrap/bin/tic: invalid option -- '-'
Usage: tic [-e names] [-o dir] [-R name] [-v[n]] [-V] [-w[n]] [-1aCDcfGgIKLNrsTtUx] source-file
Options:
-0 format translation output all capabilities on one line
-1 format translation output one capability per line
-a retain commented-out capabilities (sets -x also)
-C translate entries to termcap source form
-D print list of tic's database locations (first must be writable)
-c check only, validate input without compiling or translating
-e<names> translate/compile only entries named by comma-separated list
-f format complex strings for readability
-G format %{number} to %'char'
-g format %'char' to %{number}
-I translate entries to terminfo source form
-K translate entries to termcap source form with BSD syntax
-L translate entries to full terminfo source form
-N disable smart defaults for source translation
-o<dir> set output directory for compiled entry writes
-Q[n] dump compiled description
-q brief listing, removes headers
-R<name> restrict translation to given terminfo/termcap version
-r force resolution of all use entries in source translation
-s print summary statistics
-T remove size-restrictions on compiled description
-t suppress commented-out capabilities
-U suppress post-processing of entries
-V print version
-W wrap long strings according to -w[n] option
-v[n] set verbosity level
-w[n] set format width for translation output
-x treat unknown capabilities as user-defined
Parameters:
<file> file to translate or compile
toe --helpResult = 0
Working Dir = /bb.build
Stdout
Stderr
/BuggyBox/ncurses/6.4/bootstrap/bin/toe: invalid option -- '-' usage: toe [-ahsuUV] [-v n] [file...]
tput --helpResult = 0
Working Dir = /bb.build
Stdout
Stderr
/BuggyBox/ncurses/6.4/bootstrap/bin/tput: invalid option -- '-' Usage: tput [options] [command] Options: -S << read commands from standard input -T TERM use this instead of $TERM -V print curses-version -x do not try to clear scrollback Commands: clear clear the screen init initialize the terminal reset reinitialize the terminal capname unlike clear/init/reset, print value for capability "capname"
tset --helpResult = 0
Working Dir = /bb.build
Stdout
Stderr
/BuggyBox/ncurses/6.4/bootstrap/bin/tset: invalid option -- '-' Usage: tset [options] [terminal] Options: -c set control characters -e ch erase character -I no initialization strings -i ch interrupt character -k ch kill character -m mapping map identifier to type -Q do not output control key settings -q display term only, do no changes -r display term on stderr -s output TERM set command -V print curses-version -w set window-size If neither -c/-w are given, both are assumed.