public interface CommandProvider
CommandProvider
implementation must enumerate the options and
arguments the command accepts by annotating itself with the relevant
Command
, Argument
and Option
annotations.
class Echo
Modifier and Type | Method and Description |
---|---|
void |
execute(Map<String,Object> values)
Execute the command
|