aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/gofmt.fish
diff options
context:
space:
mode:
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"