Skip to content

Commit 3a76848

Browse files
Remove unused flags from registry login (#128)
fixes #120 These flags were unused, so remove for clarity. Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
1 parent 7efc0f3 commit 3a76848

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/CLI/Registry/Login.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ extension Application {
3636
@Argument(help: "Registry server name")
3737
var server: String
3838

39-
@OptionGroup
40-
var global: Flags.Global
41-
4239
@OptionGroup
4340
var registry: Flags.Registry
4441

0 commit comments

Comments
 (0)