Example 1 - S3nS3IW00/JCommands GitHub Wiki

There is an example in test files that covers nearly all opportunities of this resource by creating a complex command. It uses converter for validated argument and type concatenator to contatenates all arguments into a Person.

To run the example, copy the code inside this directory and register the command by the following way:

CommandHandler.registerCommand(new PersonCommand(), YOUR_SERVER);

example