usageFooter property
An optional footer for usage.
If a subclass overrides this to return a string, it will automatically be added to the end of usage.
Implementation
@override
String get usageFooter => '''\n
Examples
Create an environment variable called SERVICE_EMAIL with the value support@example.com.
\$ scloud variable create SERVICE_EMAIL support@example.com
To create the variable from a file, use the --from-file option.
The full content of the file will be used as the value.
\$ scloud variable create SERVICE_EMAIL --from-file email.txt
''';