egg库中egg-bin.js里#!/usr/bin/env node'use strict';const Command = require('..');new Command().start();require('..');什么意思?