argparse 0.3.0
- Fixed incompatibility with strict.lua and other checkers, thanks to @stepelu.
- Fixed usage message generation to show options taking variable number of arguments after positional arguments, thanks to @kikito.
- In default targets
-is now replaced with_. - New
show_defaultfield disables automatic indication of default values in help messages.