Skip to content

Commit d058742

Browse files
Merge pull request #321 from NativeScript/vladimirov/remove-duplicate-options
Remove duplicate -- options
2 parents 7289922 + 5b70312 commit d058742

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/common

lib/options.ts

-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@ import hostInfo = require("./common/host-info");
99
var knownOpts:any = {
1010
"frameworkPath": String,
1111
"copy-from": String,
12-
"copyFrom": String,
1312
"link-to": String,
14-
"linkTo": String,
1513
"release": Boolean,
1614
"emulator": Boolean,
1715
"symlink": Boolean,
18-
"forDevice": Boolean,
1916
"for-device": Boolean,
2017
"keyStorePath": String,
2118
"keyStorePassword": String,

0 commit comments

Comments
 (0)