egg-bin.js 91 B

1234567
  1. #!/usr/bin/env node
  2. 'use strict';
  3. const Command = require('..');
  4. new Command().start();