warren-cli 0.1.5

Install any CLI tool unlimited times. Every instance is its own world.
1
2
3
4
5
6
7
8
9
pub mod download;
pub mod rewriter;
pub mod executor;
pub mod detect;

pub use download::download_installer;
pub use rewriter::InstallerRewriter;
pub use executor::InstallerExecutor;
pub use detect::detect_binary;