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 Firebase App Distribution. Delegates to the Arguments class parser for consistent option handling.

Includes options for:

  • File paths and binary types
  • Firebase app identification
  • Release notes and documentation
  • Tester and group management

Implementation

@override
ArgParser get argParser => Arguments.parser;