1 2 3 4 5 6
/// `cli` submodule. pub mod cli; /// `prefs` submodule. pub mod prefs; /// `theme` submodule. pub mod theme;