clap-rs v2.5.2 Release Notes

Release Date: 2016-05-31 // almost 8 years ago
  • ๐Ÿ‘Œ Improvements

    • ๐Ÿšš removes extra newline from help output (86e61d19)
    • ๐Ÿ–จ allows printing version to any io::Write object (921f5f79)
    • ๐Ÿšš removes extra newline when printing version (7e2e2cbb)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ–จ fixes bug where args are printed out of order with templates (3935431d)
    • ๐Ÿ›  fixes bug where one can't override version or help flags (90d7d6a2, closes #514)
    • ๐Ÿ–จ fixes issue where before_help wasn't printed (b3faff60)

    ๐Ÿ“š Documentation

    • inter-links all types and pages (3312893d, closes #505)
    • ๐Ÿ“„ makes all publicly available types viewable in docs (52ca6505)