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
For some reason, when running in Docker the console width is determined to be (some small number) rather than whatever the parent enclosing terminal's width is. This is annoying, distorting e.g. --help output.
Strangely the logic in getConsoleWidth traps for failure and returns 80, so it is getting an answer and that answer is wrong. wtf
The text was updated successfully, but these errors were encountered:
For some reason, when running in Docker the console width is determined to be (some small number) rather than whatever the parent enclosing terminal's width is. This is annoying, distorting e.g.
--help
output.Strangely the logic in
getConsoleWidth
traps for failure and returns80
, so it is getting an answer and that answer is wrong. wtfThe text was updated successfully, but these errors were encountered: