Closed kurtlawrence closed 4 days ago
+1 from me for removing the atty dependency
I opened a PR (#149) which uses the built-in trait instead of the external crate. I hope it get approved by the maintainers
Thanks for the PR @Oakchris1955! I'll get that merged in once the v3 branch gets created - there's a few other PRs that need to get merged, and then I'll get that looked at.
Since this was basically resolved with 2.1
, shouldn't this issue be closed?
For the
v3
release, switch to usingstd::io::IsTerminal
.