clap-rs v4.0.27 Release Notes

Release Date: 2022-11-24 // over 1 year ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ“œ Have Arg::value_parser accept Vec<impl Into<PossibleValue>>
    • Implement Display and FromStr for ColorChoice

    ๐Ÿ›  Fixes

    • โœ‚ Remove soundness issue by switching from atty to is-terminal