nushell/crates/nu-command/src/platform
Alex Ionescu e104bccfb9
Drop once_cell dependency (#14198)
This PR drops the `once_cell` dependency from all Nu crates, replacing
uses of the
[`Lazy`](https://docs.rs/once_cell/latest/once_cell/sync/struct.Lazy.html)
type with its `std` equivalent,
[`LazyLock`](https://doc.rust-lang.org/std/sync/struct.LazyLock.html).
2024-10-29 17:33:46 +01:00
..
ansi Drop once_cell dependency (#14198) 2024-10-29 17:33:46 +01:00
input Respect $env.config.use_kitty_protocol in input listen (#13892) 2024-09-25 08:57:00 -05:00
clear.rs Send both 2J and 3J on clear (#14181) 2024-10-28 06:42:18 -05:00
dir_info.rs Add and use new Signals struct (#13314) 2024-07-07 22:29:01 +00:00
is_terminal.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
kill.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
mod.rs refactor: move du from platform to filesystem (#11852) 2024-02-15 06:55:21 +08:00
sleep.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
term_size.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
ulimit.rs Drop once_cell dependency (#14198) 2024-10-29 17:33:46 +01:00
whoami.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00