diff options
Diffstat (limited to 'gocomplete/complete.go')
| -rw-r--r-- | gocomplete/complete.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gocomplete/complete.go b/gocomplete/complete.go index ca87f14..7dc1694 100644 --- a/gocomplete/complete.go +++ b/gocomplete/complete.go @@ -164,6 +164,7 @@ func main() { } gogo := complete.Command{ + Name: "go", Sub: complete.Commands{ "build": build, "install": build, // install and build have the same flags |
