BUGFIX: fix c931d60c
After c931d60c, default was "None" which means false. But we want the default to be true. So use the special default argparse.SUPPRESS that removes totally the arg from arg dict. It will let the default come from the FormatConfig class attribute.
Showing
Please register or sign in to comment