#!/usr/bin/env node 'use strict'; const options = JSON.parse(process.argv[2]); require(options.framework).startCluster(options);