name property

  1. @override
String get name
override

Command identifier for CLI invocation.

The unique name used to invoke this command from the command line. Used in command routing and help system organization.

Usage: distribute_cli publish github [options]

Implementation

@override
String get name => "github";