mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 13:49:06 +02:00
Port over the clear command from nushell (#373)
* Port over the clear command from nushell * cargo fmt
This commit is contained in:
@ -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::*;
|
||||
|
Reference in New Issue
Block a user