Skip to content

Releases: georgtree/argparse

0.59

08 Jun 21:53
Compare
Choose a tag to compare
  • Add description of -help switch to help message itself

0.57

20 May 21:58
Compare
Choose a tag to compare
  • Add -pfirst global switch to make required parameter appears before switches
  • Add -errormsg element switch that provides ability to add custom error messages together with -validate element switch

0.55

15 May 19:12
Compare
Choose a tag to compare
  • Add ability to provide multiple aliases for single switch
  • Add additional check for collision between name of the switch and alias of any other elements

0.54

14 May 21:58
Compare
Choose a tag to compare
  • Add -help option for interactive help generation

0.52 version

08 May 23:23
Compare
Choose a tag to compare
  • Add -type element switch for checking against types (classes) defined in [string is] command
  • Add -allow element switch, inverse of -require element switch