kotlin-argparser v1.1.0 Release Notes

Release Date: 2017-03-09 // about 7 years ago
  • โž• Added

    • Auto-naming of options and positionals.

      • Each of the ArgParser methods that takes names and returns a Delegate has an overload that takes no name, but returns a DelegateProvider.
      • A DelegateProvider has an operator fun provideDelegate that returns a Delegate, using a name derived from the name of the property the DelegateProvider is being bound to.

    โœ‚ Removed

    • ๐Ÿ—„ addValidtator is now deprecated. Use addValidator instead.

    ๐Ÿ›  Fixed

    • โœ‚ Removed documentation of option from README.md, as it is internal

    • Corrected spelling of addValidator. addValidtator is still there, but deprecated. It'll probably be removed in the next release, barring the addition of potato functionality.