aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/gofmt.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/gofmt.fish
parent09f9d71bb2882b56a550753340c3c9a2ab8c2428 (diff)
Add help option completions for godoc, gofmt, goimports, golint, gorename
Diffstat (limited to 'share/completions/gofmt.fish')
-rw-r--r--share/completions/gofmt.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/gofmt.fish b/share/completions/gofmt.fish
index 96f3bdca..c405727b 100644
--- a/share/completions/gofmt.fish
+++ b/share/completions/gofmt.fish
@@ -5,4 +5,4 @@ complete -c gofmt -s l -d "List files whose formatting differs from gofmt's"
complete -c gofmt -s r -d "Rewrite rule (e.g., 'a[b:len(a)] -> a[b:]')"
complete -c gofmt -s s -d "Simplify code"
complete -c gofmt -s w -d "Write result to (source) file instead of stdout"
-
+complete -c gofmt -l help -o help -s h -d "Show help"