I want to keep newlines in help text and show defaults of arguments.
I found two answers at Stackoverflow:
- argparse.RawTextHelpFormatter https://stackoverflow.com/a/3853776
- argparse.ArgumentDefaultsHelpFormatter https://stackoverflow.com/a/12151325
How can I enable both features?