description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final description =
    'Manage local CLI user settings.\n'
    '\n'
    'The "projectContext" setting selects the project to use when it is not '
    'specified by other means. Commands that act on a project use it as a '
    'last resort, after command line arguments, environment variables, '
    'and the scloud.yaml project configuration file.';