Future<void> main(List<String> args) async { var ret = await mainWithExitCode(args); if (ret != 0) { exit(ret); } }