forked from extern/nushell
Add support for stderr and exit code (#4647)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
mod benchmark;
|
||||
mod complete;
|
||||
mod exec;
|
||||
mod ps;
|
||||
mod run_external;
|
||||
@ -6,6 +7,7 @@ mod sys;
|
||||
mod which_;
|
||||
|
||||
pub use benchmark::Benchmark;
|
||||
pub use complete::Complete;
|
||||
pub use exec::Exec;
|
||||
pub use ps::Ps;
|
||||
pub use run_external::{External, ExternalCommand};
|
||||
|
Reference in New Issue
Block a user