mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
2dbbaa6a97
This adds the -r (or -x) flag to completions of builtins' options that have a required_argument.
2 lines
63 B
Fish
2 lines
63 B
Fish
complete -f -c math -r
|
|
complete -f -c math -s s -l scale -r -x
|