Base

oxygen.cli.HelpMessage.ParamMessage.Base
sealed trait Base extends ParamMessage

Attributes

Graph
Supertypes
trait ParamMessage
trait HelpMessage
class Object
trait Matchable
class Any
Known subtypes
class And
class Or
class Param
class Raw

Members list

Value members

Inherited methods

final override def addHints(messages: List[HelpHint]): ParamMessage

Attributes

Definition Classes
Inherited from:
ParamMessage
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
HelpMessage -> Any
Inherited from:
HelpMessage