Skip to content

Commit 208b836

Browse files
authored
Hide dump-pif command. (#6164)
ide thedump-pif command given it is experimental .
1 parent cf97c13 commit 208b836

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/Commands/PackageTools/DumpCommands.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ struct DumpPackage: SwiftCommand {
118118
}
119119

120120
struct DumpPIF: SwiftCommand {
121+
// hides this command from CLI --help output
122+
static let configuration = CommandConfiguration(shouldDisplay: false)
123+
121124
@OptionGroup(visibility: .hidden)
122125
var globalOptions: GlobalOptions
123126

0 commit comments

Comments
 (0)