-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
CLI error should be rendered directly to Terminal #490
Comments
duplicated to #486 ? |
A little yes. I would also add the file name and line number (for easy copying) and snippet code where the exception was thrown. What do you think? |
So it's about dumping a snippet of source code in debug mode? Yeah, that can be useful. |
Yes, it will. I can try implement it. |
dg
pushed a commit
that referenced
this issue
Jun 15, 2021
Co-authored-by: Jan Barášek <[email protected]>
dg
pushed a commit
that referenced
this issue
Jun 15, 2021
Co-authored-by: Jan Barášek <[email protected]>
Closed by #494. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think CLI errors should be rendered directly to Terminal for better debug.
Concept:
Inspired by: https://github.com/baraja-core/nette-symfony-console/blob/master/src/Console.php#L67
Thanks.
The text was updated successfully, but these errors were encountered: