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` <img width="967" alt="Screen Shot 2022-06-15 at 10 29 59 AM" src="https://user-images.githubusercontent.com/2394436/173878708-49077fb3-4ae7-4297-a9ca-7af6e8801a82.png"> Implementation Notes: If we can easily detect the window size, use that to help wrap appropriately with a min line length of 80 chars.