Python's argparse library can produce colorful help messages as of 3.14, which would be a nice thing to have in CLI11 as well.

I think it greatly improves readability, visually breaking up large blocks of text and highlighting positional, short and long options.
Python's
argparselibrary can produce colorful help messages as of 3.14, which would be a nice thing to have in CLI11 as well.I think it greatly improves readability, visually breaking up large blocks of text and highlighting positional, short and long options.