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