We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ea06a commit 98860b3Copy full SHA for 98860b3
src/packagedcode/swift.py
@@ -52,7 +52,7 @@ class SwiftManifestJsonHandler(models.DatafileHandler):
52
path_patterns = ("*/Package.swift.json",)
53
default_package_type = "swift"
54
default_primary_language = "Swift"
55
- description = "json dump of swift manifest"
+ description = "JSON dump of Package.swift created with ``swift package dump-package > Package.swift.json``"
56
documentation_url = "https://docs.swift.org/package-manager/PackageDescription/PackageDescription.html"
57
58
@classmethod
0 commit comments