mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
Added commit 150cdfd, override arg for project template
Conflicts: bin/create
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user