mod cli; mod parser; mod settings; mod types; fn main() { cli::run(); }