Commands can override this getter to add examples to the usage help text.
@override String? get usageExamples => '''\n Examples Remove an environment variable called SERVICE_EMAIL. \$ $baseCommand variable unset SERVICE_EMAIL ''';