mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Missing -q/--query
flag for builtin
This commit is contained in:
parent
a6a9a7cc6d
commit
d8e0cbb759
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
complete -c builtin -n 'test (count (commandline -opc)) -eq 1' -s h -l help -d 'Display help and exit'
|
||||
complete -c builtin -n 'test (count (commandline -opc)) -eq 1' -s n -l names -d 'Print names of all existing builtins'
|
||||
complete -c builtin -n 'test (count (commandline -opc)) -eq 1' -s q -l query -d 'Tests if builtin exists'
|
||||
complete -c builtin -n 'test (count (commandline -opc)) -eq 1' -xa '(builtin -n)'
|
||||
complete -c builtin -n 'test (count (commandline -opc)) -ge 2' -xa '(__fish_complete_subcommand)'
|
||||
|
|
Loading…
Reference in a new issue