mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
7 lines
78 B
Rust
7 lines
78 B
Rust
extern crate nu_test_support;
|
|
|
|
mod parsing;
|
|
mod path;
|
|
mod plugins;
|
|
mod shell;
|