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 d33978f commit 40615eaCopy full SHA for 40615ea
Sources/Commands/SwiftPackageRegistryTool.swift
@@ -45,7 +45,7 @@ public struct SwiftPackageRegistryTool: ParsableCommand {
45
public static var configuration = CommandConfiguration(
46
commandName: "package-registry",
47
_superCommandName: "swift",
48
- abstract: "Perform operations on Swift packages",
+ abstract: "Interact with package registry and manage related configuration",
49
discussion: "SEE ALSO: swift package",
50
version: SwiftVersion.currentVersion.completeDisplayString,
51
subcommands: [
0 commit comments