diff options
author | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2023-05-22 16:48:58 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2023-05-22 16:48:58 +0200 |
commit | 10d0fcc01f77b1edad16fbdd415825731f7419fb (patch) | |
tree | d222047d6412e4d9ec7b2a6604efd47ceaf98247 /docs/content/en/commands/hugo_mod_npm.md | |
parent | b95e15694006a16eee41024be88615bda62041cf (diff) | |
download | hugo-10d0fcc01f77b1edad16fbdd415825731f7419fb.tar.gz hugo-10d0fcc01f77b1edad16fbdd415825731f7419fb.zip |
docs: Regen CLI docs
Diffstat (limited to 'docs/content/en/commands/hugo_mod_npm.md')
-rw-r--r-- | docs/content/en/commands/hugo_mod_npm.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/en/commands/hugo_mod_npm.md b/docs/content/en/commands/hugo_mod_npm.md index 0a9a43869..8e13a7294 100644 --- a/docs/content/en/commands/hugo_mod_npm.md +++ b/docs/content/en/commands/hugo_mod_npm.md @@ -12,7 +12,7 @@ Various npm helpers. Various npm (Node package manager) helpers. ``` -hugo mod npm [flags] +hugo mod npm [command] [flags] ``` ### Options @@ -28,6 +28,7 @@ hugo mod npm [flags] --config string config file (default is hugo.yaml|json|toml) --configDir string config dir (default "config") --debug debug output + -d, --destination string filesystem path to write files to -e, --environment string build environment --ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern --log enable Logging |