...
This is the minimal documentation provided by any command and it may be enough for simple commands. But for more complex commands you may want to give more in depth instructions or examples.
To do this you can create a text file that hase has the same name as the short name of the command class plus the .help extension. This file must reside in the JAR in the same package as the command class.
...