diff options
Diffstat (limited to 'commands/gen.go')
-rw-r--r-- | commands/gen.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/gen.go b/commands/gen.go index 6878cfe70..c44eba36c 100644 --- a/commands/gen.go +++ b/commands/gen.go @@ -31,7 +31,6 @@ func newGenCmd() *genCmd { }) cc.cmd.AddCommand( - newGenautocompleteCmd().getCommand(), newGenDocCmd().getCommand(), newGenManCmd().getCommand(), createGenDocsHelper().getCommand(), |