HelpHint

oxygen.cli.HelpHint
See theHelpHint companion trait
object HelpHint

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
HelpHint.type

Members list

Type members

Classlikes

final case class Default(value: Any) extends HelpHint

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HelpHint
class Object
trait Matchable
class Any
Show all
final case class EnumValues(values: Seq[Any]) extends HelpHint

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HelpHint
class Object
trait Matchable
class Any
Show all
final case class Error(message: String) extends HelpHint

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HelpHint
class Object
trait Matchable
class Any
Show all
final case class Help(message: String) extends HelpHint

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HelpHint
class Object
trait Matchable
class Any
Show all
final case class HelpExtra(message: String) extends HelpHint

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HelpHint
class Object
trait Matchable
class Any
Show all
case object Optional extends HelpHint

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait HelpHint
class Object
trait Matchable
class Any
Show all
Self type
Optional.type
case object Repeated extends HelpHint

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait HelpHint
class Object
trait Matchable
class Any
Show all
Self type
Repeated.type
case object RepeatedNel extends HelpHint

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait HelpHint
class Object
trait Matchable
class Any
Show all
Self type

Types

type Make = String | HelpHint

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(make: Make): HelpHint