Entry point for the make:model command.
Future<void> main(List<String> arguments) async => await _MakeModelCommand(arguments).run();