mirror of
https://github.com/nushell/nushell
synced 2025-01-01 15:58:55 +00:00
c8b9913718
* wip - preliminary checking * updated to latest pluging * i think it's all working now, except bare words * clippy
4 lines
42 B
Rust
4 lines
42 B
Rust
mod gstat;
|
|
mod nu;
|
|
|
|
pub use gstat::GStat;
|