-
Notifications
You must be signed in to change notification settings - Fork 122
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
dartdoc help output is hard to read #2350
Comments
Going to move this to the dartdoc repo... |
I'm running |
But I had an old activated version. I updated it, and it's working now! Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dartdoc --help
prints it's output in a very very narrow column, which is unaffected by the console width:I'd expect the output to be wrapped to fit in the width of the terminal, not a preset (very small) hardcoded width.
We have an API for getting the terminal width: https://api.dart.dev/stable/2.9.1/dart-io/Stdout/terminalColumns.html
For a similar change we made recently, see https://dart-review.googlesource.com/c/sdk/+/158400.
The text was updated successfully, but these errors were encountered: