Help

caseapp.core.help.Help
See theHelp companion class
object Help extends HelpCompanion

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Help.type

Members list

Type members

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[T](implicit help: Help[T]): Help[T]

Look for an implicit Help[T]

Look for an implicit Help[T]

Attributes

def optionsMessage(args: Seq[Arg]): String

Option message for args

Option message for args

Attributes

def optionsMessage(args: Seq[Arg], nameFormatter: Formatter[Name], showHidden: Boolean): String

Option message for args

Option message for args

Attributes

def printDescription(b: StringBuilder, desc: String, newLine: String, terminalWidth: Int): Unit
def reflowed(input: String, newLine: String, terminalWidth: Int): String

Concrete fields

val DefaultHelpMessage: Option[HelpMessage]
val DefaultOptionsDesc: String
val NL: String
val TB: String
val WW: String

Givens

Inherited givens

inline given derive[T]: Help[T]

Attributes

Inherited from:
HelpCompanion