clap/src/app/mod.rs

6 lines
101 B
Rust
Raw Normal View History

mod settings;
mod app;
mod suggestions;
pub use self::settings::AppSettings;
pub use self::app::App;