one or more strings which must serve as the start of a particular command in order to match this method
(these must be unique within the entire application; if not unique, behaviour is not specified)
help
public abstract java.lang.String help
Returns:
a help message for this command (the default is a blank String, which means there is no help)
Default:
""
examples
public abstract java.lang.String[] examples
Returns:
a sample usage of this command
Default:
""
hidden
public abstract boolean hidden
Returns:
true if this option is hidden from the user (defaults to false)