2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-13 04:33:38 +00:00
nushell/crates/nu-command
Stefan Holderbach 39b43d1e4b
Use is-terminal crate for now ()
# Description
Until we bump our minimal Rust version to `1.70.0` we can't use
`std::io::IsTerminal`. The crate `is-terminal` (depending on `rustix` or
`windows-sys`) can provide the same.
Get's rid of the dependency on the outdated `atty` crate.
We already transitively depend on it (e.g. through `miette`)

As soon as we reach the new Rust version we can supersede this with
@nibon7's 

Co-authored-by: nibon7 <nibon7@163.com>
2023-07-12 18:15:54 +02:00
..
src Use is-terminal crate for now () 2023-07-12 18:15:54 +02:00
tests Fix cp -u/mv -u when the dst doesn't exist () 2023-07-12 18:12:59 +02:00
Cargo.toml Use is-terminal crate for now () 2023-07-12 18:15:54 +02:00
LICENSE Fix rest of license year ranges () 2023-04-04 09:03:29 +12:00