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.
2 parents 2235187 + cc82f89 commit c37dd15Copy full SHA for c37dd15
Sources/swift-build/usage.swift
@@ -26,6 +26,7 @@ func usage(_ print: (String) -> Void = { print($0) }) {
26
print(" --fetch Fetch package dependencies")
27
print(" --update Update package dependencies")
28
print(" --generate-xcodeproj[=<path>] Generates an Xcode project [-X]")
29
+ print(" --show-dependencies[=<mode>] Print dependency graph (text|dot|json)")
30
print("")
31
print("OPTIONS:")
32
print(" --chdir <path> Change working directory before any other operation [-C]")
0 commit comments