mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
5bd3c8df40
commit
e334a40661
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue