UNPKG

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