Port over the clear command from nushell (#373)

* Port over the clear command from nushell

* cargo fmt
This commit is contained in:
Andrew
2021-11-28 09:32:44 +01:00
committed by GitHub
parent 8c0fa0d26e
commit e1e7e94261
5 changed files with 61 additions and 0 deletions

View File

@ -9,6 +9,7 @@ mod filesystem;
mod filters;
mod formats;
mod math;
mod platform;
mod shells;
mod strings;
mod system;
@ -28,6 +29,7 @@ pub use filesystem::*;
pub use filters::*;
pub use formats::*;
pub use math::*;
pub use platform::*;
pub use shells::*;
pub use strings::*;
pub use system::*;