class Purge extends AbstractCommand (View source)

The purge command.

Methods

static string
help()

Get the command help.

static string
name()

Get the command name.

static 
run()

The actual command action.

Details

static string help()

Get the command help.

Return Value

string the command help

static string name()

Get the command name.

Return Value

string the command name

static run()

The actual command action.