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 af14cc2 + f060950 commit 38da97eCopy full SHA for 38da97e
Sources/swift-help/main.swift
@@ -117,6 +117,7 @@ struct SwiftHelp: ParsableCommand {
117
print(" \(plainBold)swift repl\(plain)\(padding) Experiment with Swift code interactively")
118
}
119
120
+ print("\n Use \(plainBold)`swift --version`\(plain) for Swift version information.")
121
print("\n Use \(plainBold)`swift --help`\(plain) for descriptions of available options and flags.")
122
print("\n Use \(plainBold)`swift help <subcommand>`\(plain) for more information about a subcommand.")
123
print()
0 commit comments