[issue44748] argparse: a bool indicating if arg was encountered
wodny added the comment: I used a wrapper to default values. This gives me nice help message with ArgumentDefaultsHelpFormatter and easy way to update a config file dictionary with results from parse_args(). ```python from argparse import ArgumentParser, ArgumentDefaultsHelpFormatter
[issue44748] argparse: a bool indicating if arg was encountered
Change by wodny : -- nosy: +wodny85 ___ Python tracker <https://bugs.python.org/issue44748> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth