hypershell-components 0.1.0

Modular DSL for shellscripting in Rust
Documentation
mod arg;
mod args;
mod convert;
mod exec;
mod file;
mod http;
mod json;
mod out;
mod pipe;
mod r#use;

pub use arg::*;
pub use args::*;
pub use convert::*;
pub use exec::*;
pub use file::*;
pub use http::*;
pub use json::*;
pub use out::*;
pub use pipe::*;
pub use r#use::*;