scala.cli.commands.config
package scala.cli.commands.config
Members list
Type members
Classlikes
object Config extends ScalaCommand[ConfigOptions]
Attributes
- Supertypes
-
class ScalaCommand[ConfigOptions]trait RestrictableCommand[ConfigOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[ConfigOptions]class CaseApp[ConfigOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
Config.type
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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasGlobalOptionsclass Objecttrait Matchableclass AnyShow all
object ConfigOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConfigOptions.type
object ThrowawayPgpSecret
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ThrowawayPgpSecret.type
In this article