clap-rs v2.10.3 Release Notes

Release Date: 2016-08-25 // over 7 years ago
  • ๐Ÿ”‹ Features

    • Help: adds new short hand way to use source formatting and ignore term width in help messages (7dfdaf20, closes #625)

    ๐Ÿ“š Documentation

    • Term Width: adds details about set_term_width(0) (00b8205d)

    ๐Ÿ› Bug Fixes

    • Unicode: fixes two bugs where non-English characters were stripped or caused a panic with help wrapping (763a5c92, closes #626)