Class SubcommandHelpNode

java.lang.Object
net.lucypoulton.squirtgun.command.node.subcommand.SubcommandHelpNode
All Implemented Interfaces:
CommandNode<PermissionHolder>

public class SubcommandHelpNode extends Object implements CommandNode<PermissionHolder>
A help node for a subcommand. One optional argument is exposed, which determines a specific child node to show help for. If specified, a new HelpNode will be created for it and the output shown, otherwise a general overview of the command and its subnodes will be shown.
Since:
2.0.0