UNPKG

midway-bin

Version:
11 lines (8 loc) 215 B
'use strict'; class PkgfilesCommand extends require('egg-bin').PkgfilesCommand { constructor(rawArgv) { super(rawArgv); this.usage = 'Usage: midway-bin pkgfiles'; } } module.exports = PkgfilesCommand;