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