Even though we should support everything argparse provides, we could add things it doesn't provide. Take inspiration from structopt here:
- default_value
- env
- external_subcommand
- flatten
- long
- parse
- rename_all
- rename_all_env
- required_if
- short
- skip
- subcommand
- verbatim_doc_comment
Even though we should support everything
argparseprovides, we could add things it doesn't provide. Take inspiration fromstructopthere: