log lwlib/lw_cmdline.c @ 199:3132b1742eca

age author description
Thu, 15 Mar 2012 09:33:26 -0600 William Astle Fix --help and --usage to display = correctly for long option args
Fri, 13 Jan 2012 21:33:55 -0700 lost Added hidden options to lw_cmdline
Fri, 13 Jan 2012 21:28:34 -0700 lost Added "documentation only" options to lw_cmdline and also allowed options that do not have a long equivalent
Sat, 06 Aug 2011 23:20:10 -0600 lost Even more command line parser fixing
Sat, 06 Aug 2011 22:50:54 -0600 lost More command line args fixing
Sat, 06 Aug 2011 22:35:58 -0600 lost Fixed arg handling for short args in command line option parser - optional args for short opts should now work and options no longer need a space between option character and argument
Tue, 05 Apr 2011 21:50:23 -0600 lost Removed extraneous debugging statements from long option parsing routines