ConfigOptions

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

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