Skip to content

Commit f749509

Browse files
committed
Improve instructions
1 parent 0f7604f commit f749509

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/SPMGraphExecutable/Subcommands/Edit.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ struct Edit: AsyncParsableCommand {
5252
discussion: """
5353
It looks for an `SPMGraphConfig.swift` file in the same directory as the `Package.swift` under analyzes. If there's none, it creates a fresh one from a template.
5454
55-
Next, it generates a temporary package for editing your `SPMGraphConfig.swift`, where you customize multiple settings, from the expected warnings count to
56-
writing your own dependency graph rules in Swift code.
55+
Next, it generates a temporary package for editing your `SPMGraphConfig.swift`, where you customize multiple settings, from the expected warnings count to writing your own dependency graph rules in Swift code.
5756
5857
Once the `SPMGraphConfig.swift` is edited, your configuration is dynamic loaded into spmgraph and leveraged on all other commands.
5958
""",

0 commit comments

Comments
 (0)