docs. Regen CLI docs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 7 Jan 2022 11:37:07 +0000 (12:37 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 7 Jan 2022 11:37:07 +0000 (12:37 +0100)
Closes #9363

docs/content/en/commands/hugo.md
docs/content/en/commands/hugo_mod.md
docs/content/en/commands/hugo_new.md
docs/content/en/commands/hugo_new_site.md
docs/content/en/commands/hugo_server.md

index b6d03cc22da635dca8a6accd4c877a18e4579072..94d933c8aae14d4704f5483410494756ff1188c3 100644 (file)
@@ -49,6 +49,7 @@ hugo [flags]
       --minify                     minify any supported output format (HTML, XML etc.)
       --noChmod                    don't sync permission mode of files
       --noTimes                    don't sync modification time of files
+      --panicOnWarning             panic on first WARNING log
       --path-warnings              print warnings on duplicate target paths etc.
       --poll string                set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
       --print-mem                  print memory usage to screen at intervals
index 8e129076c189b0100192ed15cfadc07ad816b2ea..7b620cd3e5a7462cddc69b45fd1d70b7a432395b 100644 (file)
@@ -45,6 +45,7 @@ See https://gohugo.io/hugo-modules/ for more information.
       --minify                 minify any supported output format (HTML, XML etc.)
       --noChmod                don't sync permission mode of files
       --noTimes                don't sync modification time of files
+      --panicOnWarning         panic on first WARNING log
       --path-warnings          print warnings on duplicate target paths etc.
       --poll string            set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
       --print-mem              print memory usage to screen at intervals
index 85de74db418a53e69d041cfd9cc38c6c98a233de..018cd2af8df3155165ea026817ce380d4864a379 100644 (file)
@@ -46,6 +46,7 @@ hugo new [path] [flags]
       --minify                 minify any supported output format (HTML, XML etc.)
       --noChmod                don't sync permission mode of files
       --noTimes                don't sync modification time of files
+      --panicOnWarning         panic on first WARNING log
       --path-warnings          print warnings on duplicate target paths etc.
       --poll string            set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
       --print-mem              print memory usage to screen at intervals
index 3b16d6a961a9bb00f150a06556d5eb87b359513f..250e5b795c0b46a58f3a5d8f042b9394e3be57f0 100644 (file)
@@ -21,7 +21,7 @@ hugo new site [path] [flags]
 
 ```
       --force           init inside non-empty directory
-  -f, --format string   config & frontmatter format (default "toml")
+  -f, --format string   config file format (default "toml")
   -h, --help            help for site
 ```
 
index e32975bdbf560d4adbb090c5145ad2d7ce08ee15..524340f8262e38ef0ed3d6d0a527b38eb5aff51b 100644 (file)
@@ -58,6 +58,7 @@ hugo server [flags]
       --noChmod                don't sync permission mode of files
       --noHTTPCache            prevent HTTP caching
       --noTimes                don't sync modification time of files
+      --panicOnWarning         panic on first WARNING log
       --path-warnings          print warnings on duplicate target paths etc.
       --poll string            set this to a poll interval, e.g --poll 700ms, to use a poll based approach to watch for file system changes
   -p, --port int               port on which the server will listen (default 1313)