InstallCompletions

object InstallCompletions extends ScalaCommand[InstallCompletionsOptions]
class ScalaCommand[InstallCompletionsOptions]
class Command[InstallCompletionsOptions]
class CaseApp[InstallCompletionsOptions]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

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

Value members

Concrete methods

override def names: List[List[String]]
Definition Classes
Command
def run(options: InstallCompletionsOptions, args: RemainingArgs): Unit

Inherited methods

protected def commandLength: Int
Inherited from:
ScalaCommand
def complete(args: Seq[String], index: Int): List[CompletionItem]
Inherited from:
CaseApp
override def completer: Completer[InstallCompletionsOptions]
Definition Classes
ScalaCommand -> CaseApp
Inherited from:
ScalaCommand
def ensureNoDuplicates(): Unit
Inherited from:
CaseApp
override def error(message: Error): Nothing
Definition Classes
ScalaCommand -> CaseApp
Inherited from:
ScalaCommand
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
override def hasFullHelp: Boolean
Definition Classes
ScalaCommand -> CaseApp
Inherited from:
ScalaCommand
def hasHelp: Boolean
Inherited from:
CaseApp
def helpAsked(progName: String, maybeOptions: Either[Error, InstallCompletionsOptions]): Nothing
Inherited from:
CaseApp
override def helpFormat: HelpFormat
Definition Classes
ScalaCommand -> CaseApp
Inherited from:
ScalaCommand
def hidden: Boolean
Inherited from:
Command
def ignoreUnrecognized: Boolean
Inherited from:
CaseApp
def inSipScala: Boolean
Inherited from:
ScalaCommand
def main(progName: String, args: Array[String]): Unit
Inherited from:
CaseApp
def main(args: Array[String]): Unit
Inherited from:
CaseApp
def maybePrintGroupHelp(options: InstallCompletionsOptions): Unit
Inherited from:
ScalaCommand
def name: String
Inherited from:
Command
def parser: Parser[InstallCompletionsOptions]
Inherited from:
CaseApp
override def setArgv(argv: Array[String]): Unit
Definition Classes
Inherited from:
ScalaCommand
def sharedOptions(t: InstallCompletionsOptions): Option[SharedOptions]
Inherited from:
ScalaCommand
Inherited from:
CaseApp
def usageAsked(progName: String, maybeOptions: Either[Error, InstallCompletionsOptions]): Nothing
Inherited from:
CaseApp

Inherited fields

protected var argvOpt: Option[Array[String]]
Inherited from:
ScalaCommand
lazy override val nameFormatter: Formatter[Name]
Inherited from:
ScalaCommand

Implicits

Inherited implicits

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