Order the hugo comand flag vars

This commit is contained in:
Bjørn Erik Pedersen 2016-02-05 23:25:07 +01:00
parent 74539dea87
commit 61197f9f29

View file

@ -120,24 +120,24 @@ var hugoCmdV *cobra.Command
// Flags that are to be added to commands. // Flags that are to be added to commands.
var ( var (
buildWatch bool
canonifyURLs bool canonifyURLs bool
cleanDestination bool cleanDestination bool
disableRobotsTXT bool disableRobotsTXT bool
disableRSS bool disableRSS bool
disableSitemap bool disableSitemap bool
draft bool draft bool
forceSync bool
future bool future bool
ignoreCache bool ignoreCache bool
logging bool logging bool
noTimes bool noTimes bool
pluralizeListTitles bool pluralizeListTitles bool
renderToMemory bool // for benchmark testing
preserveTaxonomyNames bool preserveTaxonomyNames bool
renderToMemory bool // for benchmark testing
uglyURLs bool uglyURLs bool
verbose bool verbose bool
verboseLog bool verboseLog bool
buildWatch bool
forceSync bool
) )
var ( var (