You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems newer clap won't rely on atty. And also the advisory URL states:
atty is Unmaintained
A Pull Request with a fix has been provided over a year ago but the maintainer seems to be unreachable.
Last release of atty was almost 3 years ago.
Please bump to a version without dependency on atty.
The text was updated successfully, but these errors were encountered:
According to clap's changelog v4.0.27 is the first release without atty as a dependency:
4.0.27 - 2022-11-24
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
Simply running the following produces:
It seems newer clap won't rely on atty. And also the advisory URL states:
Please bump to a version without dependency on atty.
The text was updated successfully, but these errors were encountered: