We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When a CommandParseException occures the message is hardcoded to be empty.
CommandParseException
CommandLineParser.Core/CommandLineParser/Core/Exceptions/CommandParseException.cs
Line 23 in bffdbee
This results in the printed errors to being empty.
The text was updated successfully, but these errors were encountered:
Write exception message correctly in case of CommandParseException. F…
9872574
…ixes #114
Add tests for #114
39cb2e5
Improve when printing errors and usage occures
a352d01
Actually fixes #114
b3a65e8
Matthiee
Successfully merging a pull request may close this issue.
When a
CommandParseException
occures the message is hardcoded to be empty.CommandLineParser.Core/CommandLineParser/Core/Exceptions/CommandParseException.cs
Line 23 in bffdbee
This results in the printed errors to being empty.
The text was updated successfully, but these errors were encountered: