Registers multiple tools at once.
tools
void registerAll(Iterable<Tool> tools) { for (final t in tools) { register(t); } }