Skip to content

Commit 62f1d9f

Browse files
Merge pull request #243 from NativeScript/vladimirov/fix-copyFrom
Fix copy-from and link-to options
2 parents dd2361e + 346c6b4 commit 62f1d9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/options.ts

+2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ import hostInfo = require("./common/host-info");
99
var knownOpts:any = {
1010
"frameworkPath": String,
1111
"copy-from": String,
12+
"copyFrom": String,
1213
"link-to": String,
14+
"linkTo": String,
1315
"release": Boolean,
1416
"emulator": Boolean,
1517
"symlink": Boolean,

0 commit comments

Comments
 (0)