nu-command 0.43.0

Commands for Nushell
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "ps")]
mod ps;
#[cfg(feature = "ps")]
pub use ps::Command as Ps;

#[cfg(feature = "sys")]
mod sys;
#[cfg(feature = "sys")]
pub use sys::Command as Sys;