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
Since rich uses itself to display the output of --help, it would be useful to process the switches affecting the output format when crafting the --help output.
$ unset LESS
$ rich --force-terminal --no-wrap -W $(( COLUMNS-4)) --help | less -RJ
The text was updated successfully, but these errors were encountered:
Since
rich
uses itself to display the output of--help
, it would be useful to process the switches affecting the output format when crafting the--help
output.The text was updated successfully, but these errors were encountered: