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 8763ca7 commit fef6e81Copy full SHA for fef6e81
Sources/Commands/PackageTools/DumpCommands.swift
@@ -118,7 +118,8 @@ struct DumpPackage: SwiftCommand {
118
}
119
120
struct DumpPIF: SwiftCommand {
121
- static let configuration = CommandConfiguration(abstract: "Print the Package Interchange Format of the swift package.")
+ // hides this command from CLI --help output
122
+ static let configuration = CommandConfiguration(shouldDisplay: false)
123
124
@OptionGroup(visibility: .hidden)
125
var globalOptions: GlobalOptions
0 commit comments