summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/hugo.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/hugo.go b/commands/hugo.go
index d76ec26c0..6e99a4c05 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -120,24 +120,24 @@ var hugoCmdV *cobra.Command
// Flags that are to be added to commands.
var (
+ buildWatch bool
canonifyURLs bool
cleanDestination bool
disableRobotsTXT bool
disableRSS bool
disableSitemap bool
draft bool
+ forceSync bool
future bool
ignoreCache bool
logging bool
noTimes bool
pluralizeListTitles bool
- renderToMemory bool // for benchmark testing
preserveTaxonomyNames bool
+ renderToMemory bool // for benchmark testing
uglyURLs bool
verbose bool
verboseLog bool
- buildWatch bool
- forceSync bool
)
var (