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 81a5d78 commit ec18c25Copy full SHA for ec18c25
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