cmd2 icon indicating copy to clipboard operation
cmd2 copied to clipboard

Add support for rich-argparse

Open tleonhardt opened this issue 4 months ago • 0 comments

rich-argparse is a rich help formatter for argparse. It formats argparse help using rich.

rich-argparse improves the look and readability of argparse's help while requiring minimal changes to the code.

We should change cmd2's default help formatter to inhert from rich-argparse to improve how all of our help output looks.

tleonhardt avatar Jun 12 '25 22:06 tleonhardt