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
Value parameters
- extraDirectives
-
extra using directives to be set
- getValue
-
computes a default value
- ghSecrets
-
GitHub secrets to be set
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article