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 0d7875a commit 0083946Copy full SHA for 0083946
cli/cli.js
@@ -5,4 +5,4 @@ const CLI = new CommandLineInterface();
5
6
CLI.load(__dirname, './commands');
7
8
-return CLI;
+module.exports = CLI;
0 commit comments