kotlin-argparser v2.0.7 Release Notes

Release Date: 2018-05-08 // almost 6 years ago
  • ๐Ÿ›  Fixed

    ๐Ÿ“œ Issue #54
    ๐Ÿ‘ Allow the dot character in options and arguments. Thanks @tgockel!

    ๐Ÿ“œ Issue #47
    ๐Ÿ‘€ If an option looks at the value of another option it can see the
    current value. If no value has been set a MissingValueException is thrown.


Previous changes from v2.0.6

  • ๐Ÿ”„ Changed

    • Help text formatting now treats multi-newlines as paragraph separators, while
      single newlines are still treated like spaces. Thanks @leomillon!