mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-09 03:46:16 +08:00
![Johannes Altmanninger](/assets/img/avatar_default.png)
This adds the -r (or -x) flag to completions of builtins' options that have a required_argument.
3 lines
63 B
Fish
3 lines
63 B
Fish
complete -f -c math -r
|
|
complete -f -c math -s s -l scale -r -x
|