You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch! This was addressed ~12 days ago in the dartdoc repo (#2333). Sam has brought the latest into the sdk repo recently. It may or may not have made the cut for whatever version you were testing.
@mit-mit, can you include the dart version you were using? cc @srawlins
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: