mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
6 lines
78 B
Rust
6 lines
78 B
Rust
extern crate nu_test_support;
|
|
|
|
mod parsing;
|
|
mod path;
|
|
mod plugins;
|
|
mod shell;
|