Skip to content
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

Closed
c33s opened this issue Mar 8, 2019 · 2 comments · Fixed by #90
Closed

Allow infinite "report" lines in the cli (currently only 5) #65

c33s opened this issue Mar 8, 2019 · 2 comments · Fixed by #90

Comments

@c33s
Copy link
Contributor

c33s commented Mar 8, 2019

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):
2019-03-08 14_43_15-cmder

full 5 lines:
2019-03-08 14_50_23-cmder

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)

@dantleech
Copy link
Owner

👍 This would go hand-in-hand with a progress-format (or similar) feature, in the meantime there is the --display-bufsize=5 option which might help you.

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
@c33s
Copy link
Contributor Author

c33s commented Oct 10, 2021

even with the --stdout option it would be good to have a "noramal" synchron (#57) output with this cool tool.

for the usage in a CI it would be helpful to have normal colored ansi output without the need of --display-bufsize=100.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants