aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/function.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-04-21 18:09:31 +1000
committerGravatar axel <axel@liljencrantz.se>2007-04-21 18:09:31 +1000
commitb4ccce2dc386c6e6c5913a7745ba1a274b88bdac (patch)
tree4192a804b0153242984d8c873cbea2a3a4e73c54 /share/completions/function.fish
parent06688fb9eaa1b61cbfb92b6f5edf997ffe6dbcff (diff)
Add completion support for named function arguments
darcs-hash:20070421080931-ac50b-c3e482ad145c619d23cc5f19256010b5b0697c57.gz
Diffstat (limited to 'share/completions/function.fish')
-rw-r--r--share/completions/function.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/completions/function.fish b/share/completions/function.fish
index aa2d6643..3620c07b 100644
--- a/share/completions/function.fish
+++ b/share/completions/function.fish
@@ -6,3 +6,4 @@ complete -c function -s p -l on-process-exit --description "Make the function a
complete -c function -s s -l on-signal --description "Make the function a signal event handler" -x
complete -c function -s v -l on-variable --description "Make the function a variable update event handler" -x
complete -c function -s b -l key-binding --description "Allow dash (-) in function name"
+complete -c function -s a -l argument-names --description "Specify named arguments"