Description
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.