warren-cli 0.1.5

Install any CLI tool unlimited times. Every instance is its own world.
1
2
3
4
5
pub mod detect;
pub mod integration;

pub use detect::detect_shell;
pub use detect::ShellType;