Command

clam.dispatch.Command$
See theCommand companion class
object Command

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Command.type

Members list

Concise view

Value members

Concrete methods

def defaultHelpMessage(cmd: Command, ctx: Context): 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