description property

String get description

Implementation

String get description {
  switch (this) {
    case ClonifyCommandOptions.clientId:
      return 'Specify the client ID for the command';
  }
}