PgpCommand

abstract class PgpCommand[T](implicit myParser: Parser[T], help: Help[T]) extends Command[T] with CommandHelpers with RestrictableCommand[T]
class Command[T]
class CaseApp[T]
class Object
trait Matchable
class Any
object PgpCreate.type
object PgpKeyId.type
object PgpSign.type
object PgpVerify.type

Type members

Inherited classlikes

implicit class EitherBuildExceptionOps[E <: BuildException, T](either: Either[E, T])
Inherited from:
CommandHelpers

Value members

Concrete methods

override def hidden: Boolean
Definition Classes
Command
override def isRestricted: Boolean
Definition Classes

Inherited methods

def complete(args: Seq[String], index: Int): List[CompletionItem]
Inherited from:
CaseApp
def completer: Completer[T]
Inherited from:
CaseApp
def ensureNoDuplicates(): Unit
Inherited from:
CaseApp
def error(message: Error): Nothing
Inherited from:
CaseApp
def exit(code: Int): Nothing
Inherited from:
CaseApp
def expandArgs(args: List[String]): List[String]
Inherited from:
CaseApp
def fullHelpAsked(progName: String): Nothing
Inherited from:
CaseApp
def group: String
Inherited from:
Command
def hasFullHelp: Boolean
Inherited from:
CaseApp
def hasHelp: Boolean
Inherited from:
CaseApp
def helpAsked(progName: String, maybeOptions: Either[Error, T]): Nothing
Inherited from:
CaseApp
def helpFormat: HelpFormat
Inherited from:
CaseApp
def ignoreUnrecognized: Boolean
Inherited from:
CaseApp
def main(progName: String, args: Array[String]): Unit
Inherited from:
CaseApp
def main(args: Array[String]): Unit
Inherited from:
CaseApp
def name: String
Inherited from:
Command
def nameFormatter: Formatter[Name]
Inherited from:
CaseApp
def names: List[List[String]]
Inherited from:
Command
override def parser: Parser[T]
Definition Classes
Inherited from:
RestrictableCommand
def run(options: T, remainingArgs: RemainingArgs): Unit
Inherited from:
CaseApp
Inherited from:
CaseApp
def usageAsked(progName: String, maybeOptions: Either[Error, T]): Nothing
Inherited from:
CaseApp

Implicits

Inherited implicits

final implicit def EitherBuildExceptionOps[E <: BuildException, T](either: Either[E, T]): EitherBuildExceptionOps[E, T]
Inherited from:
CommandHelpers