forked from extern/nushell
moved commands
This commit is contained in:
5
crates/nu-command/src/system/mod.rs
Normal file
5
crates/nu-command/src/system/mod.rs
Normal file
@ -0,0 +1,5 @@
|
||||
mod benchmark;
|
||||
mod run_external;
|
||||
|
||||
pub use benchmark::Benchmark;
|
||||
pub use run_external::{External, ExternalCommand};
|
Reference in New Issue
Block a user