#!/usr/bin/env node var path = require('path'); require(path.resolve(__dirname, '../lib/index.js')).Command.run(process.argv);