mod nxcli; fn main() { let app = nxcli::build_app(); let matches = app.get_matches(); println!("{:#?}", matches); }