1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

cat/cut/tty/nohup: replace is_std{in, out, err}_interactive with atty

This commit is contained in:
Terts Diepraam 2021-06-09 17:07:44 +02:00
parent 4471335609
commit 394eb82af1
10 changed files with 14 additions and 55 deletions

4
Cargo.lock generated
View file

@ -1772,6 +1772,7 @@ dependencies = [
name = "uu_cat"
version = "0.0.6"
dependencies = [
"atty",
"clap",
"nix 0.20.0",
"thiserror",
@ -1872,6 +1873,7 @@ dependencies = [
name = "uu_cut"
version = "0.0.6"
dependencies = [
"atty",
"bstr",
"clap",
"memchr 2.4.0",
@ -2262,6 +2264,7 @@ dependencies = [
name = "uu_nohup"
version = "0.0.6"
dependencies = [
"atty",
"clap",
"libc",
"uucore",
@ -2660,6 +2663,7 @@ dependencies = [
name = "uu_tty"
version = "0.0.6"
dependencies = [
"atty",
"clap",
"libc",
"uucore",