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 c82a975 commit b70d3ccCopy full SHA for b70d3cc
Sources/Swiftly/SelfUpdate.swift
@@ -18,7 +18,7 @@ struct SelfUpdate: SwiftlyCommand {
18
19
@OptionGroup var root: GlobalOptions
20
21
- @Option(help: .hidden) var toVersion: SwiftlyVersion
+ @Option(help: .hidden) var toVersion: SwiftlyVersion? = nil
22
23
private enum CodingKeys: String, CodingKey {
24
case root, toVersion
0 commit comments