Files

14 lines
220 B
JavaScript
Raw Permalink Normal View History

2025-08-11 11:06:07 +08:00
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
Object.defineProperty(exports, 'run', {
enumerable: true,
get: function () {
return _cli.run;
}
});
var _cli = require('./cli');