Fixed functions -D/--details completion

This commit is contained in:
Alexey Alekhin 2017-08-07 13:41:05 +02:00 committed by Kurtis Rader
parent 9fa0edcbc9
commit 326f2affa4

View file

@ -6,5 +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 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 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 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 D -l details --description "Display information about the function"
complete -c functions -s v -l verbose --description "Print more output" complete -c functions -s v -l verbose --description "Print more output"