Skip to content
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.

Commit

Permalink
Merge branch 'i372'
Browse files Browse the repository at this point in the history
  • Loading branch information
arikon committed May 23, 2013
2 parents a7ed1b1 + bce9e3a commit daca0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/create/level.js
Expand Up @@ -13,6 +13,7 @@ module.exports = function() {
.opt()
.name('outputDir').short('o').long('output-dir')
.title('output directory, cwd by default')
.def(process.cwd())
.val(function (d) {
return PATH.join(d, PATH.dirSep);
})
Expand Down

0 comments on commit daca0b9

Please sign in to comment.