mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 20:38:40 +00:00
6 lines
93 B
Rust
6 lines
93 B
Rust
extern crate nu_test_support;
|
|
|
|
mod commands;
|
|
mod converting_formats;
|
|
mod plugins;
|
|
mod shell;
|