6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
|
#!/usr/bin/env node
|
||
|
|
||
|
const oclif = require('@oclif/core')
|
||
|
|
||
|
oclif.run().then(require('@oclif/core/flush')).catch(require('@oclif/core/handle'))
|