mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 22:44:35 +02:00
Add better exit command (#369)
This commit is contained in:
@ -9,6 +9,7 @@ mod filesystem;
|
||||
mod filters;
|
||||
mod formats;
|
||||
mod math;
|
||||
mod shells;
|
||||
mod strings;
|
||||
mod system;
|
||||
mod viewers;
|
||||
@ -27,6 +28,7 @@ pub use filesystem::*;
|
||||
pub use filters::*;
|
||||
pub use formats::*;
|
||||
pub use math::*;
|
||||
pub use shells::*;
|
||||
pub use strings::*;
|
||||
pub use system::*;
|
||||
pub use viewers::*;
|
||||
|
Reference in New Issue
Block a user