-
Notifications
You must be signed in to change notification settings - Fork 26
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
Allow infinite "report" lines in the cli (currently only 5) #65
Comments
👍 This would go hand-in-hand with a |
dantleech
added a commit
that referenced
this issue
Jun 8, 2019
dantleech
added a commit
that referenced
this issue
Jun 8, 2019
Allow streaming directly to stdout with --stdout
even with the for the usage in a CI it would be helpful to have normal colored ansi output without the need of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tried to capture an image to show both states error and ok (but it was not as easy so the footer and one "result" line are missing):
full 5 lines:
currently the user is required to use the report option. errors are only popping up for not even a second and instantly pushed away from the next checked url.
the report formats are both "human unreadable" especially compared to the cli output where the user can easily see the big red errors.
also an unlimited output would allow to pipe the result in a file (including ansi color codes)
The text was updated successfully, but these errors were encountered: