mirror of
https://github.com/nushell/nushell.git
synced 2025-01-13 01:38:20 +01:00
c231dd32cd
Add multi-shells
9 lines
159 B
Rust
9 lines
159 B
Rust
crate mod completer;
|
|
crate mod filesystem_shell;
|
|
crate mod helper;
|
|
crate mod shell;
|
|
crate mod shell_manager;
|
|
crate mod value_shell;
|
|
|
|
crate use helper::Helper;
|