SupportApi

clam.derivation.SupportApi

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Api
object DefaultApi.type

Members list

Concise view

Value members

Concrete methods

def defaultHelpMessage(term: Terminal, description: String, commandChain: Iterable[String], params: Iterable[ParamDef], subcommands: Iterable[(String, String)]): String

Generate a help message from parameters.

Generate a help message from parameters.

Overriding this allows you to customize the help message of all commands.

Attributes