public String getShortDescription() {
return "print this help. Type 'help <subcommand>' for help on a specific subcommand.";
}
protected Command createCommand() {
return new CommandBuilder()
.withName("help")
.withDescription(getShortDescription())
.withChildren(new GroupBuilder()
.withName("Options:")
.withOption(argCommand = new ArgumentBuilder()