Skip to content

Commit 346c6b4

Browse files
Fix copy-from and link-to options
Due to yargs issues, we have to add copy-from as copyFrom and link-to as linkTo.
1 parent dd2361e commit 346c6b4

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)