1 2 3 4 5 6 7
mod commands; mod interactive; mod settings; fn main() { std::process::exit(commands::run()); }