-
-
Notifications
You must be signed in to change notification settings - Fork 9
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 #10
Conversation
Any thoughts? |
Oh sorry, I don't know how this fell off my list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM. It's unfortunate that it has to be a semver-major change, but that's my own fault for having re-exported atty types like that. Thank you!
I would argue that since the API is breaking anyway the exposed function should accept any |
Too late for that I'm afraid. Using |
Maybe a feature-gated alternative function would be useful? |
I definitely feel a bit weird that all the other |
It will at some point be replaced by |
Fixes #9