usageExamples property
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.
\$ $baseCommand status live
Show the status of the latest deployment.
\$ $baseCommand status deployment show
''';