1//! Create for brush, an executable bash-compatible shell. 2 3#![allow(dead_code)] 4 5pub mod args; 6mod brushctl; 7pub mod bundled; 8pub mod config; 9pub mod entry; 10mod error_formatter; 11pub mod events; 12mod productinfo;