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