ParamMessage

oxygen.cli.HelpMessage.ParamMessage
See theParamMessage companion object
sealed trait ParamMessage extends HelpMessage

Attributes

Companion
object
Graph
Supertypes
trait HelpMessage
class Object
trait Matchable
class Any
Known subtypes
trait Base
class And
class Or
class Param
class Raw
object Empty
class UnparsedArgs
class WithHints
Show all

Members list

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

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