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.
1 parent 82fdc32 commit ffebeb6Copy full SHA for ffebeb6
Sources/Commands/SwiftPackageRegistryTool.swift
@@ -72,11 +72,13 @@ public struct SwiftPackageRegistryTool: ParsableCommand {
72
@Option(help: "Associate the registry with a given scope")
73
var scope: String?
74
75
- @Option(help: "Specify a user name for the remote machine")
76
- var login: String?
+ // TODO: Uncomment once .netrc management is implemented
77
78
- @Option(help: "Supply a password for the remote machine")
79
- var password: String?
+ // @Option(help: "Specify a user name for the remote machine")
+ // var login: String?
+
80
+ // @Option(help: "Supply a password for the remote machine")
81
+ // var password: String?
82
83
@Argument(help: "The registry URL")
84
var url: String
0 commit comments