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