mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 13:49:06 +02:00
Start parsing 'use'; Add Use command
This commit is contained in:
@ -18,6 +18,7 @@ mod ls;
|
||||
mod module;
|
||||
mod run_external;
|
||||
mod table;
|
||||
mod use_;
|
||||
mod where_;
|
||||
|
||||
pub use alias::Alias;
|
||||
@ -40,3 +41,4 @@ pub use ls::Ls;
|
||||
pub use module::Module;
|
||||
pub use run_external::External;
|
||||
pub use table::Table;
|
||||
pub use use_::Use;
|
||||
|
Reference in New Issue
Block a user