Skip to content

Commit 6dc3605

Browse files
committed
fix: help command not working
1 parent 81df6ec commit 6dc3605

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bin/run

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env node
22

3-
require('@oclif/command').run()
4-
.catch(require('@oclif/errors/handle'))
3+
(async () => {
4+
const oclif = require('@contentstack/cli-utilities/node_modules/@oclif/core')
5+
await oclif.execute({ type: 'cjs', dir: __dirname })
6+
})()

0 commit comments

Comments
 (0)