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