description property

  1. @override
String get description
override

Human-readable description of the GitHub command.

Provides clear explanation of the command's purpose for help documentation and user guidance. Describes the GitHub Releases functionality and target use cases.

Displayed in:

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

Implementation

@override
String get description => "Publish app to GitHub.";