DefaultValue

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product