mirror of
https://github.com/danbulant/nushell
synced 2026-06-13 11:41:49 +00:00
4 lines
51 B
Rust
4 lines
51 B
Rust
mod nu;
|
|
mod textview;
|
|
|
|
pub use textview::TextView;
|