We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
add-product
1 parent 71d4407 commit 6e2a84fCopy full SHA for 6e2a84f
Sources/Commands/PackageCommands/AddProduct.swift
@@ -51,15 +51,6 @@ extension SwiftPackageCommand {
51
)
52
var targets: [String] = []
53
54
- @Option(help: "The URL for a remote binary target")
55
- var url: String?
56
-
57
- @Option(help: "The path to a local binary target")
58
- var path: String?
59
60
- @Option(help: "The checksum for a remote binary target")
61
- var checksum: String?
62
63
func run(_ swiftCommandState: SwiftCommandState) throws {
64
let workspace = try swiftCommandState.getActiveWorkspace()
65
0 commit comments