Skip to content

Commit fef6e81

Browse files
committed
hide, instead of explain
1 parent 8763ca7 commit fef6e81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Commands/PackageTools/DumpCommands.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ struct DumpPackage: SwiftCommand {
118118
}
119119

120120
struct DumpPIF: SwiftCommand {
121-
static let configuration = CommandConfiguration(abstract: "Print the Package Interchange Format of the swift package.")
121+
// hides this command from CLI --help output
122+
static let configuration = CommandConfiguration(shouldDisplay: false)
122123

123124
@OptionGroup(visibility: .hidden)
124125
var globalOptions: GlobalOptions

0 commit comments

Comments
 (0)