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