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

scala.cli.commands.pgp.PgpVerify.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.{PgpVerify => OriginalPgpVerify, PgpVerifyOptions}

object PgpVerify extends PgpCommand[PgpVerifyOptions] {
  override def names = PgpCommandNames.pgpVerify

  override def run(options: PgpVerifyOptions, args: RemainingArgs): Unit =
    OriginalPgpVerify.run(options, args)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy