ExternalCommand

abstract class ExternalCommand extends Command[DummyOptions] with CommandHelpers
class Command[DummyOptions]
class CaseApp[DummyOptions]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

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

Value members

Abstract methods

def actualHelp: Help[_]
def run(args: Seq[String]): Unit

Concrete methods

override def hasHelp: Boolean
Definition Classes
CaseApp
def run(options: DummyOptions, args: RemainingArgs): Unit
override def stopAtFirstUnrecognized: Boolean
Definition Classes
CaseApp

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 helpAsked(progName: String, maybeOptions: Either[Error, DummyOptions]): Nothing
Inherited from:
CaseApp
def helpFormat: HelpFormat
Inherited from:
CaseApp
def hidden: Boolean
Inherited from:
Command
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
def parser: Parser[T]
Inherited from:
CaseApp
def usageAsked(progName: String, maybeOptions: Either[Error, DummyOptions]): Nothing
Inherited from:
CaseApp

Implicits

Inherited implicits

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