Skip to content

Commit fe2ead1

Browse files
authored
Merge pull request #52 from HiraokaHyperTools/fix-51
Fix `cli.js` broken
2 parents 398856b + 9e5895f commit fe2ead1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
const program = require('commander');
1+
const { Command } = require('commander');
2+
const program = new Command();
23

34
const MsgReader = require('./lib/MsgReader').default;
45
const { props, typeNames } = require('./lib/Defs');

0 commit comments

Comments
 (0)