copykitku/bin/run

7 lines
144 B
Plaintext
Raw Permalink Normal View History

2021-02-01 11:44:18 +01:00
#!/usr/bin/env node
require('../build/src/index')
.run()
.then(require('@oclif/command/flush'))
.catch(require('@oclif/errors/handle'));