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
Self type
Help.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

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

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

Givens

Inherited givens

inline given derive[T]: Help[T]

Attributes

Inherited from:
HelpCompanion