prosopo / protocol

GNU General Public License v3.0
3 stars 4 forks source link

fix cli printing help on error #355

Closed goastler closed 1 year ago

goastler commented 1 year ago

Don't think this is an issue anymore. The cli prints the help for the command whenever a command fails, so it's actually quite helpful. The help is printed after the error, which means you always have to scroll up, but that's a very minor problem. The help is also printed when an incorrect command is specified, so again very helpful.

The only place where this isn't helpful is when running the tests and the tests fail, but I feel like this is a bit of an edge case and not worth the time building this specific help omission only for the testing phase