mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	commands: Reinstate some of the removed build flags (e.g. --theme) to new and mod
Fixes #11018
This commit is contained in:
		| @@ -509,7 +509,7 @@ of a second, you will be able to save and see your changes nearly instantly.` | ||||
| 	cmd.Flags().String("meminterval", "100ms", "interval to poll memory usage (requires --memstats), valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\".") | ||||
|  | ||||
| 	r := cd.Root.Command.(*rootCommand) | ||||
| 	applyLocalBuildFlags(cmd, r) | ||||
| 	applyLocalFlagsBuild(cmd, r) | ||||
|  | ||||
| 	return nil | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user