scala.cli.commands.pgp

Type members

Classlikes

abstract class ExternalCommand extends Command[DummyOptions] with CommandHelpers
object KeyServer
abstract class PgpCommand[T](implicit myParser: Parser[T], help: Help[T]) extends Command[T] with CommandHelpers with RestrictableCommand[T]
object PgpCreate extends PgpCommand[PgpCreateOptions]
abstract class PgpExternalCommand extends ExternalCommand
Companion:
object
Companion:
class
object PgpKeyId extends PgpCommand[PgpKeyIdOptions]
class PgpProxy
class PgpProxyJvm extends PgpProxy
object PgpPull extends ScalaCommand[PgpPullOptions]
object PgpPush extends ScalaCommand[PgpPushOptions]
object PgpSign extends PgpCommand[PgpSignOptions]
object PgpVerify extends PgpCommand[PgpVerifyOptions]