UNPKG

91 BJavaScriptView Raw
1#!/usr/bin/env node
2
3'use strict';
4
5const Command = require('..');
6
7new Command().start();