aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/complete.fish
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-09-17 10:17:48 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-09-17 10:17:48 +0800
commiteb40baacfc74b7962eeef3d25ccea0046f5ec1ef (patch)
tree220ad9bde88eac1001412b1f38beddca7fe72222 /share/completions/complete.fish
parent133ba6e01b5fe1fc87d0278300af9c367653c4b9 (diff)
update completions for builtin commands
Diffstat (limited to 'share/completions/complete.fish')
-rw-r--r--share/completions/complete.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/completions/complete.fish b/share/completions/complete.fish
index ebd6d72f..c9a9933e 100644
--- a/share/completions/complete.fish
+++ b/share/completions/complete.fish
@@ -13,3 +13,4 @@ complete -c complete -s e -l erase --description "Remove completion"
complete -c complete -s h -l help --description "Display help and exit"
complete -c complete -s C -l do-complete --description "Print all completions for the specified commandline"
complete -c complete -s n -l condition --description "The completion should only be used if the specified command has a zero exit status" -r
+complete -c complete -s w -l wraps --description "Inherit completions from the specified command"