mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-24 21:56:05 +02:00
@@ -204,12 +204,7 @@ func AddCommands() {
|
||||
HugoCmd.AddCommand(newListCmd().getCommand())
|
||||
HugoCmd.AddCommand(newImportCmd().getCommand())
|
||||
|
||||
HugoCmd.AddCommand(genCmd)
|
||||
genCmd.AddCommand(genautocompleteCmd)
|
||||
genCmd.AddCommand(gendocCmd)
|
||||
genCmd.AddCommand(genmanCmd)
|
||||
genCmd.AddCommand(createGenDocsHelper().getCommand())
|
||||
genCmd.AddCommand(createGenChromaStyles().getCommand())
|
||||
HugoCmd.AddCommand(newGenCmd().getCommand())
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user