mirror of
https://github.com/nushell/nushell.git
synced 2024-12-03 13:53:59 +01:00
5 lines
42 B
Rust
5 lines
42 B
Rust
|
mod nu;
|
||
|
mod start;
|
||
|
|
||
|
pub use start::Start;
|