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
Right now if a description in the help screen wraps around (because the terminal has not enough columns) it can break within a word, and it does not indent properly. The only way around this is to add an explicit newline with the approriate number of spaces in to the description. Of course it could still wrap, it's just less likely, and the number of spaces need to be adjusted mandually. I think at least that last part should be easy to automate.
The text was updated successfully, but these errors were encountered:
Right now if a description in the help screen wraps around (because the terminal has not enough columns) it can break within a word, and it does not indent properly. The only way around this is to add an explicit newline with the approriate number of spaces in to the description. Of course it could still wrap, it's just less likely, and the number of spaces need to be adjusted mandually. I think at least that last part should be easy to automate.
The text was updated successfully, but these errors were encountered: