mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 16:08:46 +02:00
starting to build this
This commit is contained in:
@ -8,6 +8,7 @@ mod filesystem;
|
||||
mod filters;
|
||||
mod formats;
|
||||
mod strings;
|
||||
mod math;
|
||||
mod system;
|
||||
mod viewers;
|
||||
|
||||
@ -21,5 +22,6 @@ pub use filesystem::*;
|
||||
pub use filters::*;
|
||||
pub use formats::*;
|
||||
pub use strings::*;
|
||||
pub use math::*;
|
||||
pub use system::*;
|
||||
pub use viewers::*;
|
||||
|
Reference in New Issue
Block a user