All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.cli.commands.pgp.PgpKeyId.scala Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package scala.cli.commands.pgp

import caseapp.core.RemainingArgs
import caseapp.core.app.Command

import scala.cli.signing.commands.{PgpKeyId => OriginalPgpKeyId, PgpKeyIdOptions}

object PgpKeyId extends PgpCommand[PgpKeyIdOptions] {
  override def names: List[List[String]] = PgpCommandNames.pgpKeyId

  override def run(options: PgpKeyIdOptions, args: RemainingArgs): Unit =
    OriginalPgpKeyId.run(options, args)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy