Skip to content

Commit 0083946

Browse files
committed
export CLI
1 parent 0d7875a commit 0083946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ const CLI = new CommandLineInterface();
55

66
CLI.load(__dirname, './commands');
77

8-
return CLI;
8+
module.exports = CLI;

0 commit comments

Comments
 (0)