kotlin-argparser v2.0.1 Release Notes

Release Date: 2017-05-15 // almost 7 years ago
  • ๐Ÿ”„ Changed

    ๐Ÿ“œ Issue #14 โ€”
    previously, automatic option naming would turn "camelCase" into
    "--camelCase". Now it is converted to "--camel-case".

    Likewise, positinal argument auto-naming used to convert "camelCase" into
    "CAMELCASE". Now it is converted to "CAMEL-CASE".

    ๐Ÿ‘Œ Improve help formatting w/long program names

    README formatting improved.
    Thanks @konfilios!

    ๐Ÿ›  Fixed

    ๐Ÿ“œ Issue #17 โ€”
    specifying 0 for the columns should format help without line wrapping.
    Previously, this did not work as documented, and would instead wrap text in
    very narrow columns.

    ๐Ÿ“œ Issue #15
    โ€” make it possible to specify 'argName' on all variants of 'storing' and
    adding