mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
34e27ff4c2
darcs-hash:20070116011828-ac50b-fb923dc877869ded4d506bbe0bc5364eea44092f.gz
9 lines
553 B
Fish
9 lines
553 B
Fish
# Completions for the binary calculator
|
|
|
|
complete -c bc -s i -l interactive --description "Force interactive mode"
|
|
complete -c bc -s l -l math-lib --description "Define math library"
|
|
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"
|