Main

coursemgmt.client.Main
object Main extends CommandsEntryPoint

Attributes

Graph
Supertypes
class CommandsEntryPoint
trait PlatformCommandsMethods
class Object
trait Matchable
class Any
Self type
Main.type

Members list

Value members

Concrete methods

override def commands: Seq[Command[_]]

Attributes

Definition Classes
CommandsEntryPoint
override def progName: String

Attributes

Definition Classes
CommandsEntryPoint

Inherited methods

def complete(args: Seq[String], index: Int): List[CompletionItem]

Attributes

Inherited from:
CommandsEntryPoint
def completeCommandName: List[String]

Attributes

Inherited from:
CommandsEntryPoint
def completeMain(args: Array[String]): Unit

Attributes

Inherited from:
CommandsEntryPoint
protected def completeMainHook(args: Array[String]): Unit

Attributes

Inherited from:
PlatformCommandsMethods
def completionsCommandName: List[String]

Attributes

Inherited from:
CommandsEntryPoint
def completionsMain(args: Array[String]): Unit

Attributes

Inherited from:
CommandsEntryPoint
def defaultCommand: Option[Command[_]]

Attributes

Inherited from:
CommandsEntryPoint
def description: String

Attributes

Inherited from:
CommandsEntryPoint
def enableCompleteCommand: Boolean

Attributes

Inherited from:
CommandsEntryPoint

Attributes

Inherited from:
CommandsEntryPoint
def help: RuntimeCommandsHelp

Attributes

Inherited from:
CommandsEntryPoint
def helpFormat: HelpFormat

Attributes

Inherited from:
CommandsEntryPoint
def main(args: Array[String]): Unit

Attributes

Inherited from:
CommandsEntryPoint
def summaryDesc: String

Attributes

Inherited from:
CommandsEntryPoint
protected def writeCompletions(script: String, dest: String): Unit

Attributes

Inherited from:
PlatformCommandsMethods