description property

  1. @override
String get description
override

Human-readable description of the Xcrun command.

Provides clear explanation of the command's purpose for help documentation and user guidance. Describes the Xcrun altool functionality and target use cases for iOS distribution.

Displayed in:

  • Command help output (--help)
  • CLI documentation
  • Error messages and usage instructions

Implementation

@override
String get description =>
    "Publish an iOS application using the XCrun tool, which provides a command-line interface for interacting with Xcode and managing app distribution tasks.";