2.0.4
Added
-
If the
programName
passed tomainBody
is null, then the
system propertycom.xenomachina.argparser.programName
is used, if set. -
The
parseInto
method can be used as an inline alternative toforce
.
Thanks @shanethehat! -
Issue #24:
default
can now accept a lambda, making it possible to defer computation of
defaults until actually required.
Thanks @shanethehat!
Changed
-
All instances of
progName
have been renamed toprogramName
. -
The gradle wrapper has been updated.
Thanks @ColinHebert!