Skip to content

Releases: georgtree/argparse

0.61

02 Aug 23:18

Choose a tag to compare

change the way help message is generated for switches with arguments

0.60

21 Jul 20:07

Choose a tag to compare

  • Add C implementation with cashing

0.59

08 Jun 21:53

Choose a tag to compare

  • Add description of -help switch to help message itself

0.57

20 May 21:58

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

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

Choose a tag to compare

  • Add -help option for interactive help generation

0.52 version

08 May 23:23

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