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