summaryrefslogtreecommitdiffstats
path: root/commands/gen.go
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2022-01-30 15:33:15 -0800
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-02-01 23:23:30 +0100
commit3336762939d8600f9af943128e7072c8789a6ae3 (patch)
tree90346a1fc6238c44292b71d7951b65d0d0cbac5b /commands/gen.go
parent5ca40c8f7cbf3be64d7b5e813d06524afda48b28 (diff)
Remove hugo gen autocomplete
Closes #8862
Diffstat (limited to 'commands/gen.go')
-rw-r--r--commands/gen.go1
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(),