adevtool/bin/run

6 lines
132 B
Text
Raw Normal View History

2021-11-07 07:34:51 +01:00
#!/usr/bin/env node
require('@oclif/command').run()
.then(require('@oclif/command/flush'))
.catch(require('@oclif/errors/handle'))