usageExamples property
Commands can override this getter to add examples to the usage help text.
Implementation
@override
String get usageExamples => '''\n
Examples
List the 10 most recent deployments.
\$ scloud deployment list
List the 20 most recent deployments.
\$ scloud deployment list --limit 20
''';