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

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

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

import caseapp.core.app.Command

class PgpCommands {
  def allScalaCommands: Array[PgpCommand[_]] =
    Array(PgpCreate, PgpKeyId, PgpSign, PgpVerify)
  def allExternalCommands: Array[ExternalCommand] =
    Array.empty
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy