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