Skip to content

Commit

Permalink
docs: Regenerate CLI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jul 30, 2023
1 parent fbb8eb3 commit d297c8e
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ hugo [flags]
-D, --buildDrafts include content marked as draft
-E, --buildExpired include expired content
-F, --buildFuture include content with publishdate in the future
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache_$USER/
--cacheDir string filesystem path to cache directory
--cleanDestinationDir remove files from destination not found in static directories
--clock string set the clock used by Hugo, e.g. --clock 2021-11-06T22:30:00.00+09:00
--config string config file (default is hugo.yaml|json|toml)
Expand Down
1 change: 1 addition & 0 deletions docs/content/en/commands/hugo_completion_bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ hugo completion bash
### SEE ALSO

* [hugo completion](/commands/hugo_completion/) - Generate the autocompletion script for the specified shell

2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hugo config [command] [flags]

```
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache_$USER/
--cacheDir string filesystem path to cache directory
-c, --contentDir string filesystem path to content directory
--format string preferred file format (toml, yaml or json) (default "toml")
-h, --help help for config
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_config_mounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hugo config mounts [flags] [args]

```
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache_$USER/
--cacheDir string filesystem path to cache directory
-c, --contentDir string filesystem path to content directory
-h, --help help for mounts
-t, --theme strings themes to use (located in /themes/THEMENAME/)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_mod_clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hugo mod clean [flags] [args]
```
--all clean entire module cache
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache_$USER/
--cacheDir string filesystem path to cache directory
-c, --contentDir string filesystem path to content directory
-h, --help help for clean
--pattern string pattern matching module paths to clean (all if not set), e.g. "**hugo*"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_mod_graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hugo mod graph [flags] [args]

```
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache_$USER/
--cacheDir string filesystem path to cache directory
--clean delete module cache for dependencies that fail verification
-c, --contentDir string filesystem path to content directory
-h, --help help for graph
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_mod_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ hugo mod init [flags] [args]

```
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache_$USER/
--cacheDir string filesystem path to cache directory
-c, --contentDir string filesystem path to content directory
-h, --help help for init
-t, --theme strings themes to use (located in /themes/THEMENAME/)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_mod_npm_pack.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hugo mod npm pack [flags] [args]

```
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache_$USER/
--cacheDir string filesystem path to cache directory
-c, --contentDir string filesystem path to content directory
-h, --help help for pack
-t, --theme strings themes to use (located in /themes/THEMENAME/)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_mod_tidy.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hugo mod tidy [flags] [args]

```
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache_$USER/
--cacheDir string filesystem path to cache directory
-c, --contentDir string filesystem path to content directory
-h, --help help for tidy
-t, --theme strings themes to use (located in /themes/THEMENAME/)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_mod_vendor.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hugo mod vendor [flags] [args]

```
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache_$USER/
--cacheDir string filesystem path to cache directory
-c, --contentDir string filesystem path to content directory
-h, --help help for vendor
-t, --theme strings themes to use (located in /themes/THEMENAME/)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_mod_verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hugo mod verify [flags] [args]

```
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache_$USER/
--cacheDir string filesystem path to cache directory
--clean delete module cache for dependencies that fail verification
-c, --contentDir string filesystem path to content directory
-h, --help help for verify
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_new_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ hugo new content [path] [flags]

```
-b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache_$USER/
--cacheDir string filesystem path to cache directory
-c, --contentDir string filesystem path to content directory
--editor string edit new content with this editor, if provided
-f, --force overwrite file if it already exists
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/commands/hugo_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hugo server [command] [flags]
-D, --buildDrafts include content marked as draft
-E, --buildExpired include expired content
-F, --buildFuture include content with publishdate in the future
--cacheDir string filesystem path to cache directory. Defaults: $TMPDIR/hugo_cache_$USER/
--cacheDir string filesystem path to cache directory
--cleanDestinationDir remove files from destination not found in static directories
-c, --contentDir string filesystem path to content directory
--disableBrowserError do not show build errors in the browser
Expand Down

0 comments on commit d297c8e

Please sign in to comment.