mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 06:30:33 +03:00
parent
4b780ca778
commit
56a1308044
7 changed files with 415 additions and 271 deletions
|
@ -194,13 +194,13 @@ func Execute() {
|
|||
// AddCommands adds child commands to the root command HugoCmd.
|
||||
func AddCommands() {
|
||||
HugoCmd.AddCommand(serverCmd)
|
||||
HugoCmd.AddCommand(versionCmd)
|
||||
HugoCmd.AddCommand(envCmd)
|
||||
HugoCmd.AddCommand(newVersionCmd().getCommand())
|
||||
HugoCmd.AddCommand(newEnvCmd().getCommand())
|
||||
HugoCmd.AddCommand(configCmd)
|
||||
HugoCmd.AddCommand(newCheckCmd().getCommand())
|
||||
HugoCmd.AddCommand(newBenchmarkCmd().getCommand())
|
||||
HugoCmd.AddCommand(newConvertCmd().getCommand())
|
||||
HugoCmd.AddCommand(newCmd)
|
||||
HugoCmd.AddCommand(newNewCmd().getCommand())
|
||||
HugoCmd.AddCommand(listCmd)
|
||||
HugoCmd.AddCommand(importCmd)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue