HelpMessage

harness.cli.HelpMessage$
See theHelpMessage companion trait
object HelpMessage

Attributes

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

Members list

Type members

Classlikes

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

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Config

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait HelpMessage
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

Supertypes
trait Serializable
trait Product
trait Equals
trait Simple
trait HelpMessage
class Object
trait Matchable
class Any
Show all

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]