ConfigOptions

scala.cli.commands.config.ConfigOptions
See theConfigOptions companion object
final case class ConfigOptions(logging: LoggingOptions, coursier: CoursierOptions, jvm: SharedJvmOptions, scalaSigning: PgpScalaSigningOptions, dump: Boolean, createPgpKey: Boolean, email: Option[String], password: Boolean, passwordValue: Boolean, unset: Boolean, httpsOnly: Option[Boolean], matchHost: Option[Boolean], optional: Option[Boolean], passOnRedirect: Option[Boolean]) extends HasLoggingOptions

Attributes

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