description property

  1. @override
String get description
override

A description of this command, included in usage.

Implementation

@override
String get description => '''Revoke an authentication token.

Revokes a specific login session or CLI / personal access token.
See also "$baseCommand auth list", to list the current authentication sessions.''';