rusht 1.3.0

Shell commands written in Rust
Documentation
1
2
3
4
5
6
pub use self::batched_args::BatchedArgs;
pub use self::handle::handle_batched;

pub mod batched;
pub mod batched_args;
pub mod handle;