argParser property

  1. @override
ArgParser argParser
getter/setter pairoverride-getter

Command-line argument parser configuration.

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

Includes options for:

  • File paths and upload targets
  • Repository identification
  • Authentication and security
  • Release management
  • Content and metadata

Implementation

@override
ArgParser argParser = github.Arguments.parser;