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 6c2ebac commit b0ec2b8Copy full SHA for b0ec2b8
Sources/Swiftly/Run.swift
@@ -58,8 +58,7 @@ internal struct Run: SwiftlyCommand {
58
59
// Handle the specific case where help is requested of the run subcommand
60
if command == ["--help"] {
61
- print(Run.helpMessage(for: Run.self))
62
- Foundation.exit(0)
+ throw CleanExit.helpRequest(self)
63
}
64
65
var config = try Config.load()
0 commit comments