SharedPublishOptions

scala.cli.commands.publish.SharedPublishOptions
See theSharedPublishOptions companion object
final case class SharedPublishOptions(workingDir: Option[String], scalaVersionSuffix: Option[String], scalaPlatformSuffix: Option[String], sources: Option[Boolean], doc: Option[Boolean], gpgKey: Option[String], signer: Option[String], gpgOption: List[String], ivy2Home: Option[String], checksum: List[String], dummy: Boolean)

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