UNPKG

401 BJavaScriptView Raw
1#!/usr/bin/env node
2'use strict';
3
4var _yargs = require('yargs');
5
6var _yargs2 = _interopRequireDefault(_yargs);
7
8require('./util/terminate');
9
10function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
12// Provide a title to the process in `ps`
13process.title = 'electron-cli';
14
15_yargs2.default.commandDir('./commands').demand(1).help('h').alias('h', 'help').argv;
\No newline at end of file