1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

Merge pull request #5240 from cakebaker/use_std_io_is_terminal

Use std::io::IsTerminal instead of is-terminal
This commit is contained in:
Sylvestre Ledru 2023-09-05 08:41:14 +02:00 committed by GitHub
commit d3d2b36db3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 8 additions and 31 deletions

8
Cargo.lock generated
View file

@ -387,7 +387,6 @@ dependencies = [
"filetime",
"glob",
"hex-literal",
"is-terminal",
"libc",
"nix",
"once_cell",
@ -2310,7 +2309,6 @@ name = "uu_cat"
version = "0.0.21"
dependencies = [
"clap",
"is-terminal",
"nix",
"thiserror",
"uucore",
@ -2410,7 +2408,6 @@ version = "0.0.21"
dependencies = [
"bstr",
"clap",
"is-terminal",
"memchr",
"uucore",
]
@ -2678,7 +2675,6 @@ dependencies = [
"chrono",
"clap",
"glob",
"is-terminal",
"lscolors",
"number_prefix",
"once_cell",
@ -2731,7 +2727,6 @@ version = "0.0.21"
dependencies = [
"clap",
"crossterm",
"is-terminal",
"nix",
"unicode-segmentation",
"unicode-width",
@ -2772,7 +2767,6 @@ name = "uu_nohup"
version = "0.0.21"
dependencies = [
"clap",
"is-terminal",
"libc",
"uucore",
]
@ -3071,7 +3065,6 @@ version = "0.0.21"
dependencies = [
"clap",
"fundu",
"is-terminal",
"libc",
"memchr",
"notify",
@ -3161,7 +3154,6 @@ name = "uu_tty"
version = "0.0.21"
dependencies = [
"clap",
"is-terminal",
"nix",
"uucore",
]