mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 12:29:03 +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;
|