mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 04:48:47 +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;
|