-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output format on failure? #463
Comments
Not really a bug but a missing feature. On failure, not all the data is available, and the formatting could be complicated. I'll have a look. |
You're right (missing feature). You could add these 2 new options:
[*] you already have a kind of default |
I would rather try to keep one option and just display what is available. |
I'm still struggling with the failure format, as the content could be very different depending on the error. From one single sentence as for a wrong command line option, to the full output in case of an expired certificate. I did some refactoring, putting the parsing in a separate function, but I'll leave it here for the moment as I don't really have a bright idea on how to implement it. The separate command line option would bear the same problems. |
Hi Matteo, is there a solution/fix for this issue? |
Not yet, if I find the time I'll try to implement a solution |
It's possible to set an output format on success:
What about setting also an output format on failure?
The text was updated successfully, but these errors were encountered: