ScalaCliCommands

class ScalaCliCommands(val progName: String, isSipScala: Boolean) extends CommandsEntryPoint
class CommandsEntryPoint
trait PlatformCommandsMethods
class Object
trait Matchable
class Any

Value members

Concrete methods

def commands: Seq[Command[_]]
final override def defaultCommand: Option[Command[_]]
Definition Classes
CommandsEntryPoint
override def description: String
Definition Classes
CommandsEntryPoint
override def enableCompleteCommand: Boolean
Definition Classes
CommandsEntryPoint
override def enableCompletionsCommand: Boolean
Definition Classes
CommandsEntryPoint
override def helpFormat: HelpFormat
Definition Classes
CommandsEntryPoint
override def main(args: Array[String]): Unit
Definition Classes
CommandsEntryPoint
override def summaryDesc: String
Definition Classes
CommandsEntryPoint

Inherited methods

def complete(args: Seq[String], index: Int): List[CompletionItem]
Inherited from:
CommandsEntryPoint
def completeCommandName: List[String]
Inherited from:
CommandsEntryPoint
def completeMain(args: Array[String]): Unit
Inherited from:
CommandsEntryPoint
def completionsCommandName: List[String]
Inherited from:
CommandsEntryPoint
def completionsMain(args: Array[String]): Unit
Inherited from:
CommandsEntryPoint
protected def writeCompletions(script: String, dest: String): Unit
Inherited from:
PlatformCommandsMethods

Concrete fields

lazy override val help: RuntimeCommandsHelp
val progName: String