Skip to content

Releases: georgtree/argparse

0.61

Choose a tag to compare

@georgtree georgtree released this 02 Aug 23:18
change the way help message is generated for switches with arguments

0.60

Choose a tag to compare

@georgtree georgtree released this 21 Jul 20:07
  • Add C implementation with cashing

0.59

Choose a tag to compare

@georgtree georgtree released this 08 Jun 21:53
  • Add description of -help switch to help message itself

0.57

Choose a tag to compare

@georgtree georgtree released this 20 May 21:58
  • 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

Choose a tag to compare

@georgtree georgtree released this 15 May 19:12
  • 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

Choose a tag to compare

@georgtree georgtree released this 14 May 21:58
  • Add -help option for interactive help generation

0.52 version

Choose a tag to compare

@georgtree georgtree released this 08 May 23:23
  • Add -type element switch for checking against types (classes) defined in [string is] command
  • Add -allow element switch, inverse of -require element switch