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

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product