Order the hugo comand flag vars
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 5 Feb 2016 22:25:07 +0000 (23:25 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 5 Feb 2016 22:25:07 +0000 (23:25 +0100)
commands/hugo.go

index d76ec26c0a2f2389e97d295ff740e0da9d90f97b..6e99a4c052ef68d8eedc30877fe9b5570334540d 100644 (file)
@@ -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 (