kingoftime-cli/bin/run

6 lines
143 B
Plaintext
Raw Permalink Normal View History

2023-04-14 13:13:50 +00:00
#!/usr/bin/env node
const oclif = require('@oclif/core')
oclif.run().then(require('@oclif/core/flush')).catch(require('@oclif/core/handle'))