AbstractCommand
abstract class AbstractCommand (View source)
The abstract base command class.
Methods
static string
help()
Get the command help.
static string
name()
Get the command name.
static
run()
The actual command action.