async-rs / async-rs/async-std

Missing `IsTerminal::is_terminal` for files and stdin

Open
#1,073 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
4.1k
Forks
339
PR merge metrics
No merged PRs in 30d

Description

As far as I see (correct me if I'm wrong) I don't see any `IsTerminal::is_terminal` alternative known from std lib.

None of [`async_std::fs::File`](https://docs.rs/async-std/latest/async_std/fs/struct.File.html) nor [`async_std::io::Stdin`](https://docs.rs/async-std/latest/async_std/io/struct.Stdin.html) doesn't have any `IsTerminal` implementation.

Are there plans to change it soon?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.