1 2 3 4 5
pub mod detect; pub mod integration; pub use detect::detect_shell; pub use detect::ShellType;