2005-09-20 21:31:55 +08:00
|
|
|
# Completions for the binary calculator
|
|
|
|
|
2007-01-16 09:18:28 +08:00
|
|
|
complete -c bc -s i -l interactive --description "Force interactive mode"
|
2016-12-04 05:48:37 +08:00
|
|
|
complete -c bc -s l -l mathlib --description "Define math library"
|
2007-01-16 09:18:28 +08:00
|
|
|
complete -c bc -s w -l warn --description "Give warnings for extensions to POSIX bc"
|
|
|
|
complete -c bc -s s -l standard --description "Process exactly POSIX bc"
|
|
|
|
complete -c bc -s q -l quiet --description "Do not print the GNU welcome"
|
|
|
|
complete -c bc -s v -l version --description "Display version and exit"
|
|
|
|
complete -c bc -s h -l help --description "Display help and exit"
|