UNPKG

jiny

Version:

Jiny - runs tests/jobs in parallel

9 lines (6 loc) 186 B
var Commander = function (info, jiny) { var commander = require('commander'); require('../routes')(commander, info, jiny); return commander; }; module.exports = Commander;