Closed
Description
As a user, I want the descriptions in help to wrap nicely for reasonably small terminal window sizes at 80-100 characters so that it is readable.
Example from running coder server --help
Implementation Notes:
If we can easily detect the window size, use that to help wrap appropriately with a min line length of 80 chars.