bw2 / ConfigArgParse

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
MIT License
719 stars 121 forks source link

argparse `MetavarTypeHelpFormatter` not available in ConfigArgParse #276

Closed cruisen closed 1 year ago

cruisen commented 2 years ago

Missing Formater

MetavarTypeHelpFormatter is part of argparse

Error

PR wanted?

Note

cruisen commented 1 year ago

This was an issue on my misunderstanding. Hence a user error.

Fix is:

from argparse import MetavarTypeHelpFormatter

-> Closing the issue.