scala.cli.signing.commands
package scala.cli.signing.commands
Members list
Type members
Classlikes
object PgpCreate extends Command[PgpCreateOptions]
Attributes
- Supertypes
-
class Command[PgpCreateOptions]class CaseApp[PgpCreateOptions]class Objecttrait Matchableclass Any
- Self type
-
PgpCreate.type
final case class PgpCreateOptions(email: String, password: Option[PasswordOption], dest: Option[String], pubDest: Option[String], secretDest: Option[String], verbose: Int @@ Counter, quiet: Boolean)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object PgpCreateOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PgpCreateOptions.type
object PgpKeyId extends Command[PgpKeyIdOptions]
Attributes
- Supertypes
-
class Command[PgpKeyIdOptions]class CaseApp[PgpKeyIdOptions]class Objecttrait Matchableclass Any
- Self type
-
PgpKeyId.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object PgpKeyIdOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PgpKeyIdOptions.type
object PgpSign extends Command[PgpSignOptions]
Attributes
- Supertypes
- Self type
-
PgpSign.type
final case class PgpSignOptions(password: Option[PasswordOption], secretKey: PasswordOption, force: Boolean, stdout: Boolean)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object PgpSignOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PgpSignOptions.type
object PgpVerify extends Command[PgpVerifyOptions]
Attributes
- Supertypes
-
class Command[PgpVerifyOptions]class CaseApp[PgpVerifyOptions]class Objecttrait Matchableclass Any
- Self type
-
PgpVerify.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object PgpVerifyOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PgpVerifyOptions.type
In this article