clap-rs v1.4.1 Release Notes

Release Date: 2015-09-22 // over 8 years ago
  • Examples

    ๐Ÿ”‹ Features

    • Unicode: allows non-panicking on invalid unicode characters (c5bf7ddc)

    ๐Ÿ“š Documentation

    • properly names Examples section for rustdoc (87ba5445)
    • โœ๏ธ fixes various typos and spelling (f85640f9)
    • Arg: unhides fields of the Arg struct (931aea88)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ–จ flush the buffer in App::print_version() (cbc42a37)
    • Macro benchmarks (13712da1)