argParser property

  1. @override
ArgParser get argParser
override

Command-line argument parser configuration.

Provides the argument parser instance that defines all supported command-line options for Xcrun publishing. Delegates to the Arguments class parser for consistent option handling.

Includes options for:

  • File paths and IPA targets
  • Authentication methods
  • App Store Connect configuration
  • Validation and upload controls
  • Bundle and version management

Implementation

@override
ArgParser get argParser => xcrun.Arguments.parser;