mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
@@ -52,7 +52,7 @@ Use ` + "`hugo new [contentPath]`" + ` to create new content.`,
|
|||||||
RunE: cc.newSite,
|
RunE: cc.newSite,
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd.Flags().StringVarP(&cc.configFormat, "format", "f", "toml", "config & frontmatter format")
|
cmd.Flags().StringVarP(&cc.configFormat, "format", "f", "toml", "config file format")
|
||||||
cmd.Flags().Bool("force", false, "init inside non-empty directory")
|
cmd.Flags().Bool("force", false, "init inside non-empty directory")
|
||||||
|
|
||||||
cc.baseBuilderCmd = b.newBuilderBasicCmd(cmd)
|
cc.baseBuilderCmd = b.newBuilderBasicCmd(cmd)
|
||||||
|
Reference in New Issue
Block a user