Skip to content

2.0.4

Compare
Choose a tag to compare
@xenomachina xenomachina released this 18 Jan 22:19
· 39 commits to master since this release

Added

  • If the programName passed to mainBody is null, then the
    system property com.xenomachina.argparser.programName is used, if set.

  • The parseInto method can be used as an inline alternative to force.
    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 to programName.

  • The gradle wrapper has been updated.
    Thanks @ColinHebert!