mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
7 lines
93 B
Rust
7 lines
93 B
Rust
extern crate nu_test_support;
|
|
|
|
mod commands;
|
|
mod converting_formats;
|
|
mod plugins;
|
|
mod shell;
|