summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo_mod_graph.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-03-16 15:54:33 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-03-16 15:54:33 +0100
commit76ef3f42fa9103e35a7c255c9873756c285b9038 (patch)
treedae7836a948af5ce2e4b36eb33025730d5f94b91 /docs/content/en/commands/hugo_mod_graph.md
parent0ccb6cdc04128b7d95a95baba9e04a87ab82946e (diff)
docs: Regen CLI docs
Diffstat (limited to 'docs/content/en/commands/hugo_mod_graph.md')
-rw-r--r--docs/content/en/commands/hugo_mod_graph.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/content/en/commands/hugo_mod_graph.md b/docs/content/en/commands/hugo_mod_graph.md
index 545e0adf9..50b8168df 100644
--- a/docs/content/en/commands/hugo_mod_graph.md
+++ b/docs/content/en/commands/hugo_mod_graph.md
@@ -20,12 +20,13 @@ hugo mod graph [flags] [args]
### Options
```
- -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
- --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
- -t, --theme strings themes to use (located in /themes/THEMENAME/)
+ -b, --baseURL string hostname (and path) to the root, e.g. https://spf13.com/
+ --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
+ --renderSegments strings named segments to render (configured in the segments config)
+ -t, --theme strings themes to use (located in /themes/THEMENAME/)
```
### Options inherited from parent commands