Skip to content

Commit 541b851

Browse files
committed
changed bin file for oclif v3
1 parent c00520e commit 541b851

5 files changed

Lines changed: 2869 additions & 12136 deletions

File tree

bin/run

Lines changed: 0 additions & 6 deletions
This file was deleted.

bin/run.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env node
2+
3+
// eslint-disable-next-line unicorn/prefer-top-level-await
4+
(async () => {
5+
const oclif = await import('@oclif/core')
6+
await oclif.execute({development: false, dir: __dirname})
7+
})()

0 commit comments

Comments
 (0)