Skip to content

Commit

Permalink
Add detail to JSON dump-package command
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>

Co-authored-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
keshav-space and pombredanne authored May 29, 2024
1 parent 31c57aa commit de88a55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/packagedcode/swift.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
https://docs.swift.org/package-manager/PackageDescription/PackageDescription.html
Run the commands below before running the scan:
``swift package dump-package > Package.swift.json``
- To create a parsable JSON version of the Package.swift manifest, run this: ``swift package dump-package > Package.swift.json``
``swift package resolve``
"""

Expand Down

0 comments on commit de88a55

Please sign in to comment.