github.com/anakojm/hugo-katex@v0.0.0-20231023141351-42d6f5de9c0b/testscripts/commands/commands_errors.txt (about)

     1  # Testing various error situations.
     2  
     3  ! hugo mods
     4  stderr 'unknown command "mods" for "hugo"'
     5  stderr 'Did you mean this\?'
     6  
     7  ! hugo mod clea
     8  stderr 'Did you mean this\?'
     9  stderr 'clean'
    10  
    11  ! hugo mod foo
    12  stderr 'unknown command "foo" for "hugo mod"'