Skip to content

Commit

Permalink
docs. Regen CLI docs
Browse files Browse the repository at this point in the history
Closes #9363
  • Loading branch information
bep committed Jan 7, 2022
1 parent e334a40 commit 74f0777
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/content/en/commands/hugo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/content/en/commands/hugo_mod.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/content/en/commands/hugo_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_new_site.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 1 addition & 0 deletions docs/content/en/commands/hugo_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 74f0777

Please sign in to comment.