Remove hugo gen autocomplete

Closes #8862
This commit is contained in:
Joe Mooring
2022-01-30 15:33:15 -08:00
committed by Bjørn Erik Pedersen
parent 5ca40c8f7c
commit 3336762939
7 changed files with 5 additions and 156 deletions

View File

@@ -31,7 +31,6 @@ func newGenCmd() *genCmd {
})
cc.cmd.AddCommand(
newGenautocompleteCmd().getCommand(),
newGenDocCmd().getCommand(),
newGenManCmd().getCommand(),
createGenDocsHelper().getCommand(),