mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 16:21:15 -03:00
Honor required parameters in completions for builtins
This adds the -r (or -x) flag to completions of builtins' options that have a required_argument.
This commit is contained in:
committed by
David Adam
parent
8230755bfd
commit
2dbbaa6a97
@@ -1,2 +1,2 @@
|
||||
complete -f -c math -r
|
||||
complete -f -c math -s s -l scale -r
|
||||
complete -f -c math -s s -l scale -r -x
|
||||
|
||||
Reference in New Issue
Block a user