description property

  1. @override
String get description
override

Provides a comprehensive description of the custom build command.

Returns a detailed explanation of the command's purpose, flexibility, and capabilities for creating customized build workflows that extend beyond standard platform builds with user-defined configurations.

Implementation

@override
String get description =>
    "Build a custom application by selecting specific configurations and options tailored to your requirements. "
    "Supports flexible binary type specification, user-defined arguments, multi-platform targets, and integration "
    "with existing build systems for specialized workflows and deployment scenarios.";