diff options
| author | Eyal Posener <[email protected]> | 2017-05-06 18:55:54 +0300 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2017-05-06 18:55:54 +0300 |
| commit | 4f47fe9246e715f11272d6323343a12797d4d13f (patch) | |
| tree | 65eb8cd82bbb5da33c548b5510f91f8017b04330 /gocomplete/complete.go | |
| parent | d33bac720bcaf13a5ee9f6f165293183d2e3e24d (diff) | |
Add easy way to install the bash completion
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 |
