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