start-cluster 131 B

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