We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00520e commit 541b851Copy full SHA for 541b851
5 files changed
bin/run
bin/run.js
@@ -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