summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/gen.txt
blob: 2ab90e5be7b7d05f1a87996ef8743eae439bf084 (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=42

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 \}'