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
Show the live status of a specific project's podlets.
\$ $baseCommand status --project my-project
''';