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 429cb73 commit bd1f041Copy full SHA for bd1f041
Sources/Swiftly/Init.swift
@@ -24,7 +24,7 @@ internal struct Init: SwiftlyCommand {
24
@OptionGroup var root: GlobalOptions
25
26
private enum CodingKeys: String, CodingKey {
27
- case noModifyProfile, overwrite, platform, skipInstall, root
+ case noModifyProfile, overwrite, platform, skipInstall, root, quietShellFollowup
28
}
29
30
public mutating func validate() throws {}
0 commit comments