Skip to content

Commit de88a55

Browse files
Add detail to JSON dump-package command
Signed-off-by: Keshav Priyadarshi <git@keshav.space> Co-authored-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 31c57aa commit de88a55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/packagedcode/swift.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
https://docs.swift.org/package-manager/PackageDescription/PackageDescription.html
2121
2222
Run the commands below before running the scan:
23-
``swift package dump-package > Package.swift.json``
23+
24+
- To create a parsable JSON version of the Package.swift manifest, run this: ``swift package dump-package > Package.swift.json``
2425
``swift package resolve``
2526
"""
2627

0 commit comments

Comments
 (0)