CommandHelp

case class CommandHelp(args: Seq[Arg], argsNameOption: Option[String], helpMessage: Option[HelpMessage])
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

Inherited from:
Product