CmdHelp

case
object CmdHelp extends Command[Unit]

help command

trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Command[Unit]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Concrete methods

def help: String

Inherited methods

def >>[R](phase: Phase[Unit, R]): PhaseList[R]

append a phase to create a new phase list

append a phase to create a new phase list

Inherited from
Command
def apply(args: List[String]): Unit

run command with command-line arguments

run command with command-line arguments

Inherited from
Command
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def showResult(res: Unit): Unit

show the final result

show the final result

Inherited from
Command
override
def toString: String
Definition Classes
Command -> Any
Inherited from
Command

Inherited fields

val name: String
Inherited from
Command
val pList: PhaseList[Unit]
Inherited from
Command