Skip to content

Commit ffebeb6

Browse files
committed
Temporarily disable login and password options for set command
1 parent 82fdc32 commit ffebeb6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Sources/Commands/SwiftPackageRegistryTool.swift

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,13 @@ public struct SwiftPackageRegistryTool: ParsableCommand {
7272
@Option(help: "Associate the registry with a given scope")
7373
var scope: String?
7474

75-
@Option(help: "Specify a user name for the remote machine")
76-
var login: String?
75+
// TODO: Uncomment once .netrc management is implemented
7776

78-
@Option(help: "Supply a password for the remote machine")
79-
var password: String?
77+
// @Option(help: "Specify a user name for the remote machine")
78+
// var login: String?
79+
80+
// @Option(help: "Supply a password for the remote machine")
81+
// var password: String?
8082

8183
@Argument(help: "The registry URL")
8284
var url: String

0 commit comments

Comments
 (0)