You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/build-cli.ts
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ const cli = cla([
21
21
{name: "publish",type: String,alias: "p",description: "Publish artifacts (to GitHub Releases): onTag (on tag push only) or onTagOrDraft (on tag push or if draft release exists)."},
22
22
{name: "platform",type: String,multiple: true,description: "darwin, linux, win32 or all. Current platform ("+process.platform+") by default."},
23
23
{name: "arch",type: String,description: "ia32, x64 or all. Defaults to architecture you're running on."},
24
-
{name: "target",type: String,multiple: true,description: "Installer or package type."},
25
24
{name: "sign",type: String},
26
25
{name: "help",alias: "h",type: Boolean,description: "Display this usage guide."},
0 commit comments