NodesCommand constructor

NodesCommand()

Creates the nodes command group.

Implementation

NodesCommand() {
  addSubcommand(NodesListCommand());
}