jmacdotorg / whim

A command-line multitool for sending, receiving, storing, and presenting webmentions.
MIT License
17 stars 3 forks source link

Remove "maybe you need to install it?" from syntax errors #37

Closed jmacdotorg closed 4 years ago

jmacdotorg commented 4 years ago

Currently, Whim -- via its reliance on Mojo -- prints unhelpful extra text if you type in an unsupported command:

$ whim litsen
Unknown command "litsen", maybe you need to install it?

"maybe you need to install it?" is just confusing in this context, and shouldn't appear at all. The first part of that sentence is OK, of course. It might be good to print full usage information with a command list, too.