Added commit 150cdfd, override arg for project template

Conflicts:
	bin/create
This commit is contained in:
Benn Mapes
2013-08-28 13:59:10 -07:00
parent b1d8788506
commit 57bed98cf1
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ function create() {
args[2] == 'help' || args[2] == '-help' || args[2] == '/help')) {
create.help();
} else {
create.run(args[2], args[3], args[4]);
create.run(args[2], args[3], args[4], args[5]);
process.exit(0);
}
}