Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace atty with is-terminal #2481

Closed

Conversation

tottoto
Copy link

@tottoto tottoto commented Mar 30, 2023

Replaces atty with is-terminal as atty is unmaintained.

@BurntSushi
Copy link
Owner

Thanks for the PR! I'm going to stick with atty for now. The is-terminal crate brings in too many dependencies IMO.

It does look like the IsTerminal API in std will be landing soon. Once that's stable, we can switch to that and drop atty completely.

@BurntSushi BurntSushi closed this Mar 30, 2023
@tottoto tottoto deleted the replace-atty-with-is-terminal branch March 30, 2023 15:11
@tottoto
Copy link
Author

tottoto commented Mar 30, 2023

I understand. It makes sense. Thanks for your review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants