aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/functions.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/functions.fish')
-rw-r--r--share/completions/functions.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/completions/functions.fish b/share/completions/functions.fish
index 9315963e..341c060a 100644
--- a/share/completions/functions.fish
+++ b/share/completions/functions.fish
@@ -5,3 +5,4 @@ complete -c functions -s h -l help --description "Display help and exit"
complete -c functions -s d -l description --description "Set function description" -x
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"