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
The maintainer of atty has published an official notice that the crate is no longer
under development, and that users should instead rely on the functionality in the standard library's IsTerminal trait.
Alternative(s)
std::io::IsTerminal - Stable since Rust 1.70.0 and the recommended replacement per the atty maintainer.
is-terminal - Standalone crate supporting Rust older than 1.70.0
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a 👍
Because this issue is marked as stale, it will be closed and locked in 7 days if no further activity occurs.
Thank you for your contributions!
atty
0.2.14
The maintainer of
atty
has published an official notice that the crate is no longerunder development, and that users should instead rely on the functionality in the standard library's
IsTerminal
trait.Alternative(s)
atty
maintainer.See advisory page for additional details.
The text was updated successfully, but these errors were encountered: