Some versions of Python’s argparse print the short help when no arguments are given, others don’t. How do I get consistent behavior across Python versions?
Some versions of Python’s argparse print the short help when no arguments are given,
Share
If you are using subparsers, this happened in 3.3. It worked still in 3.2.3.
See http://bugs.python.org/issue16308