1 2 3 4 5 6 7 8 9
mod choice; mod dir; mod project_type; mod reatler; mod smart; fn main() { let args = std::env::args().collect::<Vec<String>>(); reatler::run(&args); }