mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
Add missing options to functions completion
This commit is contained in:
parent
c0d80ab996
commit
7c6600895e
1 changed files with 2 additions and 0 deletions
|
@ -6,3 +6,5 @@ complete -c functions -s d -l description --description "Set function descriptio
|
|||
complete -c functions -s q -l query --description "Test if function is defined"
|
||||
complete -c functions -s n -l names --description "List the names of the functions, but not their definition"
|
||||
complete -c functions -s c -l copy --description "Copy the specified function to the specified new name"
|
||||
complete -c functions -s m -l metadata --description "Display data about the function"
|
||||
complete -c functions -s v -l verbose --description "Print more output"
|
||||
|
|
Loading…
Reference in a new issue