mirror of
https://github.com/danbulant/nushell
synced 2026-05-23 06:19:25 +00:00
4 lines
51 B
Rust
4 lines
51 B
Rust
mod nu;
|
|
mod textview;
|
|
|
|
pub use textview::TextView;
|