Textualize / rich-cli

Rich-cli is a command line toolbox for fancy output in the terminal
https://www.textualize.io
MIT License
2.99k stars 77 forks source link

Request: process other switches when --help is passed #30

Open AndydeCleyre opened 2 years ago

AndydeCleyre commented 2 years ago

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

image