mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
# 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"' |