aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/gorename.fish
diff options
context:
space:
mode:
authorGravatar Clément Martinez <clementmartinezdev@gmail.com>2016-06-08 17:21:16 +0200
committerGravatar Clément Martinez <clementmartinezdev@gmail.com>2016-06-08 17:21:16 +0200
commit65ed22d5a6f33a39273c73bb551e869b5207bbc8 (patch)
treedc14fe37dec47bae0ca307ea240f96d141bf33e4 /share/completions/gorename.fish
parent09f9d71bb2882b56a550753340c3c9a2ab8c2428 (diff)
Add help option completions for godoc, gofmt, goimports, golint, gorename
Diffstat (limited to 'share/completions/gorename.fish')
-rw-r--r--share/completions/gorename.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/gorename.fish b/share/completions/gorename.fish
index 320366bd..50dbed3c 100644
--- a/share/completions/gorename.fish
+++ b/share/completions/gorename.fish
@@ -7,4 +7,4 @@ complete -c gorename -l offset -o offset -d "File and byte offset of identifier
complete -c gorename -l tags -o tags -d "Build tag"
complete -c gorename -l to -o to -d "New name for identifier" -r
complete -c gorename -s v -d "Print verbose information"
-
+complete -c gorename -l help -o help -s h -d "Show help"