aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/function.fish
diff options
context:
space:
mode:
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 bfa811e8..6328b9c0 100644
--- a/share/completions/function.fish
+++ b/share/completions/function.fish
@@ -8,3 +8,4 @@ complete -c function -s v -l on-variable --description "Make the function a vari
complete -c function -s e -l on-event --description "Make the function a generic event handler" -xa 'fish_prompt fish_command_not_found'
complete -c function -s a -l argument-names --description "Specify named arguments"
complete -c function -s S -l no-scope-shadowing --description "Do not shadow variable scope of calling function"
+complete -c function -s w -l wraps --description "Inherit completions from the given command"