Skip to content

Commit 4462861

Browse files
committedJan 6, 2025··
docs: Regen CLI docs
1 parent 0fc8678 commit 4462861

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-1
lines changed
 

‎docs/content/en/commands/hugo_completion.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ See each sub-command's help for details on how to use the generated script.
2929
-e, --environment string build environment
3030
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
3131
--logLevel string log level (debug|info|warn|error)
32+
--noBuildLock don't create .hugo_build.lock file
3233
--quiet build in quiet mode
3334
-M, --renderToMemory render to memory (mostly useful when running the server)
3435
-s, --source string filesystem path to read files relative from

‎docs/content/en/commands/hugo_completion_bash.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ hugo completion bash
5252
-e, --environment string build environment
5353
--ignoreVendorPaths string ignores any _vendor for module paths matching the given Glob pattern
5454
--logLevel string log level (debug|info|warn|error)
55+
--noBuildLock don't create .hugo_build.lock file
5556
--quiet build in quiet mode
5657
-M, --renderToMemory render to memory (mostly useful when running the server)
5758
-s, --source string filesystem path to read files relative from

0 commit comments

Comments
 (0)
Please sign in to comment.