Adds an array of command objects.
If a Command is not enabled it will not be added.
Command[] $commands An array of commands:
public function addCommands(array $commands) : void { foreach ($commands as $command) { $this->add($command); } }