usageExamples property

  1. @override
String? get usageExamples
override

Commands can override this getter to add examples to the usage help text.

Implementation

@override
String? get usageExamples =>
    '''\n
Examples

Unset analytics.

  \$ $baseCommand settings unset analytics

Unset the global project context.

  \$ $baseCommand settings unset projectContext
''';