Skip to content

Commit 6e2a84f

Browse files
taji-tajibnbarham
authored andcommitted
Remove unused options from add-product subcommand
1 parent 71d4407 commit 6e2a84f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Sources/Commands/PackageCommands/AddProduct.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ extension SwiftPackageCommand {
5151
)
5252
var targets: [String] = []
5353

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-
6354
func run(_ swiftCommandState: SwiftCommandState) throws {
6455
let workspace = try swiftCommandState.getActiveWorkspace()
6556

0 commit comments

Comments
 (0)