forked from extern/nushell
add sys command
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
mod benchmark;
|
||||
mod run_external;
|
||||
mod sys;
|
||||
|
||||
pub use benchmark::Benchmark;
|
||||
pub use run_external::{External, ExternalCommand};
|
||||
pub use sys::Sys;
|
||||
|
Reference in New Issue
Block a user