We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6602238 commit 00cb70bCopy full SHA for 00cb70b
bin/index.js
@@ -3,7 +3,7 @@
3
'use strict';
4
5
const path = require('path');
6
-const program = require('commander');
+const { program } = require('commander');
7
const pkg = require('../package.json');
8
9
const params = program
0 commit comments