urfave/cli v1.12.0 Release Notes

Release Date: 2016-02-17 // about 8 years ago
  • โž• Added

    • Custom usage error handling.
    • ๐Ÿ‘ Custom text support in USAGE section of help output.
    • ๐Ÿ‘Œ Improved help messages for empty strings.
    • ๐Ÿ‘ท AppVeyor CI configuration.

    ๐Ÿ”„ Changed

    • โœ‚ Removed panic from default help printer func.
    • De-duping and optimizations.

    ๐Ÿ›  Fixed

    • Correctly handle Before/After at command level when no subcommands.
    • Case of literal - argument causing flag reordering.
    • ๐Ÿ Environment variable hints on Windows.
    • ๐Ÿ“„ Docs updates.