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 lib allows checking TTY versus a raw file descriptor. It would be convenient to allow checking of a given io.Reader instead, as pointed out by @dolmen in #80 (comment)
The text was updated successfully, but these errors were encountered:
I ran into this limitation too and ended up with probe, which supports TTY checks from io.Reader / io.Writer. Might be useful depending on your use case. Happy to discuss if there’s interest.
Uh oh!
There was an error while loading. Please reload this page.
The lib allows checking TTY versus a raw file descriptor. It would be convenient to allow checking of a given
io.Reader
instead, as pointed out by @dolmen in #80 (comment)The text was updated successfully, but these errors were encountered: