1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

commands: Start of flag cleaning

See #4598
This commit is contained in:
Bjørn Erik Pedersen
2018-04-09 17:20:18 +02:00
parent e614d8a57c
commit 1157fef859
4 changed files with 61 additions and 67 deletions

View File

@@ -49,7 +49,6 @@ func init() {
func benchmark(cmd *cobra.Command, args []string) error {
cfgInit := func(c *commandeer) error {
c.Set("renderToMemory", renderToMemory)
return nil
}
c, err := InitializeConfig(false, cfgInit, benchmarkCmd)