PgpCreateOptions

scala.cli.signing.commands.PgpCreateOptions
See thePgpCreateOptions companion object
final case class PgpCreateOptions(email: String, password: PasswordOption, dest: Option[String], pubDest: Option[String], secretDest: Option[String], verbose: Int @@ Counter, quiet: Boolean)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def publicKeyPath: Path
def secretKeyPath: Path
def verbosity: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product