mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
790a8aa474
Test / test (1.26.x, ubuntu-latest) (push) Has been cancelled
Test / test (1.26.x, windows-latest) (push) Has been cancelled
Closes #15017
11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
# Test the gen commands.
|
|
|
|
hugo gen -h
|
|
stdout 'Generate documentation for your project using Hugo''s documentation engine, including syntax highlighting for various programming languages\.'
|
|
hugo gen doc --dir clidocs
|
|
|
|
hugo gen man -h
|
|
stdout 'up-to-date man pages'
|
|
hugo gen man --dir manpages
|
|
|