Skip to content

Commit

Permalink
fix: call init() explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Aug 29, 2017
1 parent 8b6a150 commit 9ad8954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function cli() {
.command({
command: 'init',
desc: 'Initialize Node.js project',
handler: init,
handler: () => init(),
})
.demandCommand(1)
.help()
Expand Down

0 comments on commit 9ad8954

Please sign in to comment.