optparse 1.6.6
- Throws an error for unknown short flags and long flags when
positional_arguments=TRUE
.
Thanks Greg Minshall for bug report (#34). - If the
callback
parameter ofadd_option
/make_option
is notNULL
then
the default ofaction
is now"callback"
. Thanks Greg Minshall for suggestion (#35). - Better documentation of
action=="callback"
in the man page foradd_option
andmake_option
.
Thanks Greg Minshall for bug report (#35).