mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-11 21:29:08 +03:00
parent
e0621d207c
commit
2f0d98a19b
3 changed files with 78 additions and 59 deletions
|
@ -193,7 +193,7 @@ func Execute() {
|
|||
|
||||
// AddCommands adds child commands to the root command HugoCmd.
|
||||
func AddCommands() {
|
||||
HugoCmd.AddCommand(serverCmd)
|
||||
HugoCmd.AddCommand(newServerCmd().getCommand())
|
||||
HugoCmd.AddCommand(newVersionCmd().getCommand())
|
||||
HugoCmd.AddCommand(newEnvCmd().getCommand())
|
||||
HugoCmd.AddCommand(newConfigCmd().getCommand())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue