summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/gen.txt
blob: 22a936b415fb42a021f17bdeb78afcf1e4db4682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Test the gen commands.
# Note that adding new commands will require updating the NUM_COMMANDS value.
env NUM_COMMANDS=43

hugo gen -h
stdout 'A collection of several useful generators\.'

hugo gen doc --dir clidocs
checkfilecount $NUM_COMMANDS clidocs

hugo gen man -h
stdout 'up-to-date man pages'
hugo gen man --dir manpages
checkfilecount $NUM_COMMANDS manpages

hugo gen chromastyles -h
stdout 'Generate CSS stylesheet for the Chroma code highlighter'
hugo gen chromastyles --style monokai
stdout '/\* LineHighlight \*/ \.chroma \.hl \{ background-color:#3c3d38 \}'