# Interface: com.pnfsoftware.jeb.util.interpreter.ICommandManager

Definition of a command manager.

## Method: addChild
- parameter: `node`, type: `com.pnfsoftware.jeb.util.interpreter.ICommandNode`
- return type: `com.pnfsoftware.jeb.util.interpreter.ICommandNode`

Description: Add a child command node.
parameter: node: child node to add
return: the added node

