uu_tty 0.0.25

tty ~ (uutils) display the name of the terminal connected to standard input
Documentation
[[bin]]
name = "tty"
path = "src/main.rs"
[dependencies.clap]
features = ["wrap_help", "cargo"]
version = "4.4"

[dependencies.nix]
default-features = false
features = ["term"]
version = "0.28"

[dependencies.uucore]
features = ["fs"]
package = "uucore"
version = ">=0.0.19"

[lib]
path = "src/tty.rs"

[package]
authors = ["uutils developers"]
categories = ["command-line-utilities"]
description = "tty ~ (uutils) display the name of the terminal connected to standard input"
edition = "2021"
homepage = "https://github.com/uutils/coreutils"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
license = "MIT"
name = "uu_tty"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tty"
version = "0.0.25"