scala.cli.commands.publish.OptionCheck$.DefaultValue
See theDefaultValue companion object
final case class DefaultValue(getValue: () => Either[BuildException, Option[String]], extraDirectives: Seq[(String, String)], ghSecrets: Seq[SetSecret])
Computes a default value for a directive
Attributes
- extraDirectives
extra using directives to be set
- getValue
computes a default value
- ghSecrets
GitHub secrets to be set
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any