@Override
protected void doHandle(CommandContext ctx) {
final String nodePath = this.nodePath.getValue(ctx.getParsedCommandLine());
OperationRequestAddress prefix = ctx.getPrefix();
if(nodePath == null) {
ctx.printLine(ctx.getPrefixFormatter().format(prefix));
return;
}