argparse offers very comprehensive 'canned' solution for processing argument. However, is it possible to set any secret options? like some options to display debug info, and these options will not be showing in the usage or help message?
like:
usage: myprog action [-v | -r | -s]
myprog report -debugging
the debugging mode : enabled...