diff options
author | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2023-05-28 13:07:47 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2023-05-28 13:07:47 +0200 |
commit | 20ea2e0c65f6bd5b886bfc4370df22f42e5fd141 (patch) | |
tree | 11d7d3a78ced55d0e432264be1d094cd61b18be3 /docs/content/en/commands/hugo_mod_init.md | |
parent | 51d0a0ab01157e65fcc8a90389559489ce98765a (diff) | |
download | hugo-20ea2e0c65f6bd5b886bfc4370df22f42e5fd141.tar.gz hugo-20ea2e0c65f6bd5b886bfc4370df22f42e5fd141.zip |
docs: Regenerate CLI docs
Diffstat (limited to 'docs/content/en/commands/hugo_mod_init.md')
-rw-r--r-- | docs/content/en/commands/hugo_mod_init.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/content/en/commands/hugo_mod_init.md b/docs/content/en/commands/hugo_mod_init.md index ad4501b64..af1575b73 100644 --- a/docs/content/en/commands/hugo_mod_init.md +++ b/docs/content/en/commands/hugo_mod_init.md @@ -25,7 +25,11 @@ hugo mod init [flags] [args] ### Options ``` - -h, --help help for init + -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/ + -c, --contentDir string filesystem path to content directory + -h, --help help for init + -t, --theme strings themes to use (located in /themes/THEMENAME/) ``` ### Options inherited from parent commands |