mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
288be1976d
Updates #10953
12 lines
No EOL
243 B
Text
12 lines
No EOL
243 B
Text
# 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"' |