Future<void> run(List<String> args) async { final generator = ModelGenerator(); await generator.generate(args); }