mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
25cbcb511d
# Description So far this seems like the winner of my poll on what the name should be. I'll take this off draft once the poll expires, if this is indeed the winner.
11 lines
160 B
Rust
11 lines
160 B
Rust
mod config;
|
|
mod core_inc;
|
|
mod custom_values;
|
|
mod env;
|
|
mod formats;
|
|
mod nu_plugin_nu_example;
|
|
mod register;
|
|
mod registry_file;
|
|
mod stream;
|
|
mod stress_internals;
|