mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 03:54:04 +08:00
correct option for bc completion
This commit is contained in:
parent
8324893565
commit
4288db9d39
|
@ -1,7 +1,7 @@
|
|||
# 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 l -l mathlib --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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user