SharedSecretOptions

scala.cli.commands.github.SharedSecretOptions
See theSharedSecretOptions companion object
final case class SharedSecretOptions(global: GlobalOptions, token: PasswordOption, repository: String) 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

Concrete methods

def repoName: String
def repoOrg: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product