public interface Command extends Contexed
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
One line description of the operation
|
java.lang.String |
help()
Get the help text.
|
void |
run(java.util.LinkedList<java.lang.String> args)
Run the command
|
getContext