easyargs
easyargs copied to clipboard
Accept argparse classes as defaults
In order to handle really specialised cases and to allow a smooth switch from easyargs to argparse, it should be possible to supply an argparse class as a default option. This could be given to argparse directly and would allow almost everything to be created.