summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-02-05 23:25:07 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-02-05 23:25:07 +0100
commit61197f9f29f216cb46f9430be16e2d366d144394 (patch)
tree083b9514011dfefcfb2b1cd2df89d4ef1b186345 /commands
parent74539dea8714a9004c20a969435860857ad503ab (diff)
Order the hugo comand flag vars
Diffstat (limited to 'commands')
-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 (