fish-shell/share/completions/math.fish
Johannes Altmanninger 2dbbaa6a97 Honor required parameters in completions for builtins
This adds the -r (or -x) flag to completions of builtins' options that have a required_argument.
2019-09-25 17:00:48 +08:00

2 lines
63 B
Fish

complete -f -c math -r
complete -f -c math -s s -l scale -r -x