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

Show the live status of the project's podlets.

  \$ scloud status


Show the live status of a specific project's podlets.

  \$ scloud status --project my-project

''';