An optional footer for usage.
If a subclass overrides this to return a string, it will automatically be added to the end of usage.
@override String get usageFooter => '''\n Examples Delete an environment variable called SERVICE_EMAIL. \$ scloud variable delete SERVICE_EMAIL ''';