Replace atty with std::io::IsTerminal (#380)

This commit is contained in:
Niklas Mohrin 2024-10-02 22:32:17 +02:00 committed by GitHub
commit ec2daa495c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 26 deletions

View file

@ -22,7 +22,6 @@ path = "src/main.rs"
[dependencies]
anyhow = "1"
app_dirs = { version = "2", package = "app_dirs2" }
atty = "0.2"
clap = { version = "4", features = ["std", "derive", "help", "usage", "cargo", "error-context", "color", "wrap_help"], default-features = false }
env_logger = { version = "0.11", optional = true }
log = "0.4"