CommandHelp

caseapp.core.help.CommandHelp
case class CommandHelp(args: Seq[Arg], argsNameOption: Option[String], helpMessage: Option[HelpMessage])

Attributes

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

Members list

Concise view

Value members

Concrete methods

def helpMessage(progName: String, commandName: Seq[String]): String
def usageMessage(progName: String, commandName: Seq[String]): String

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product