Command

scala.cli.config.PasswordOption$.Command
final case class Command(command: Seq[String]) extends PasswordOption

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asString: Secret[String]
def get(): Secret[String]

Inherited methods

def getBytes(): Secret[Array[Byte]]

Attributes

Inherited from:
PasswordOption
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product