argParser property

  1. @override
ArgParser get argParser
override

Provides the argument parser for custom build configuration.

Returns the Arguments.parser which defines all available command-line options, flags, and parameters for custom builds including binary type specification, build modes, custom arguments, and output management.

Implementation

@override
ArgParser get argParser => Arguments.parser;