aboutsummaryrefslogtreecommitdiffhomepage
path: root/testscripts/commands/commands_errors.txt
blob: 54448361d22a0414a258f94ae399266b64b8b3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Testing various error situations.

! hugo mods
stderr 'unknown command "mods" for "hugo"'
stderr 'Did you mean this\?'

! hugo mod clea
stderr 'Did you mean this\?'
stderr 'clean'

! hugo mod foo
stderr 'unknown command "foo" for "hugo mod"'