Skip to content

Commit ce35679

Browse files
committed
Add abstract to explain PIF and what dump-pif does.
1 parent 8fd9c97 commit ce35679

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Commands/PackageTools/DumpCommands.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +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.")
122+
121123
@OptionGroup(visibility: .hidden)
122124
var globalOptions: GlobalOptions
123125

0 commit comments

Comments
 (0)