Improve help text of CLI options that use extend
and ExtendOverwriteDefault
actions
#1654
Labels
documentation
Improvements or additions to documentation
Initially discussed in #1653 (comment).
The default behavior for the extend action in argparse is to extend the defaults. We have a custom ExtendOverwriteDefault action that overwrites the defaults instead of extending them, but this custom action does not change the output of the CLI help docs.
Comparing
--metadata-delimiters
which usesExtendOverwriteDefault
and--expected-date-formats
which uses the defaultextend
action fromaugur curate format-dates
. The help text does not differentiate the extend vs overwrite behavior.The text was updated successfully, but these errors were encountered: