Commander v0.6.0 Release Notes

Release Date: 2016-11-27 // over 7 years ago
  • ✨ Enhancements

    • 👍 VariadicArgument now supports an optional validator.
    • ➕ Adds support for variadic options, allowing the user to repeat options to
      provide additional values.
      #37
    • 🖨 Argument descriptions are now printed in command help.
      #33
    • 0️⃣ Default option and flag default values will now be shown in help output.
      0️⃣ Only default option types of String and Int are currently supported in help output.
      #34

    🐛 Bug Fixes

    • VaradicArgument has been renamed to VariadicArgument.