mirror of
https://github.com/nushell/nushell
synced 2025-01-05 01:39:02 +00:00
b5ea522f0e
* Add a --full mode to ps * Use a slightly older heim
6 lines
71 B
Rust
6 lines
71 B
Rust
#![type_length_limit = "2474736"]
|
|
|
|
mod nu;
|
|
mod sys;
|
|
|
|
pub use sys::Sys;
|