forked from extern/nushell
Move new commands to the new structure
This commit is contained in:
parent
8ed6afe1e5
commit
aa06a71e1f
@ -1,6 +1,8 @@
|
||||
mod alias;
|
||||
mod def;
|
||||
mod do_;
|
||||
mod export_def;
|
||||
mod hide;
|
||||
mod if_;
|
||||
mod let_;
|
||||
mod module;
|
||||
@ -9,6 +11,8 @@ mod use_;
|
||||
pub use alias::Alias;
|
||||
pub use def::Def;
|
||||
pub use do_::Do;
|
||||
pub use export_def::ExportDef;
|
||||
pub use hide::Hide;
|
||||
pub use if_::If;
|
||||
pub use let_::Let;
|
||||
pub use module::Module;
|
||||
|
Loading…
Reference in New Issue
Block a user