HelpMessage

harness.cli.HelpMessage$
See theHelpMessage companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class Config(tightenLeft: Boolean, leftPadding: Int, leftWidth: Int, centerPadding: Int, indent: Int)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Config

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Config.type
final case class Indent(child: HelpMessage) extends Simple

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Simple
class Object
trait Matchable
class Any
final case class Joined(children: List[Simple]) extends HelpMessage

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait Simple extends HelpMessage

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Indent
class Text
final case class Text(leftLines: List[String], rightLines: List[String]) extends Simple

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Simple
class Object
trait Matchable
class Any

Inherited 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(helpMessages: HelpMessage*): HelpMessage
def defaultable(helpMessage: HelpMessage, showDefault: Option[String]): HelpMessage
def optional(helpMessage: HelpMessage): HelpMessage
def toSimpleList(helpMessage: HelpMessage): List[Simple]