ref: 61197f9f29f216cb46f9430be16e2d366d144394
parent: 74539dea8714a9004c20a969435860857ad503ab
author: Bjørn Erik Pedersen <[email protected]>
date: Fri Feb 5 18:25:07 EST 2016
Order the hugo comand flag vars
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -120,6 +120,7 @@
// Flags that are to be added to commands.
var (
+ buildWatch bool
canonifyURLs bool
cleanDestination bool
disableRobotsTXT bool
@@ -126,18 +127,17 @@
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 (