mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 22:21:07 +03:00
parent
5d857165fe
commit
5251f015bf
4 changed files with 53 additions and 31 deletions
|
@ -20,6 +20,7 @@ import (
|
|||
// newExec wires up all of Hugo's CLI.
|
||||
func newExec() (*simplecobra.Exec, error) {
|
||||
rootCmd := &rootCommand{
|
||||
buildFlags: &buildFlags{},
|
||||
commands: []simplecobra.Commander{
|
||||
newVersionCmd(),
|
||||
newEnvCommand(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue