Skip to content

Commit bd1f041

Browse files
committed
Add missing coding key
1 parent 429cb73 commit bd1f041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Swiftly/Init.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ internal struct Init: SwiftlyCommand {
2424
@OptionGroup var root: GlobalOptions
2525

2626
private enum CodingKeys: String, CodingKey {
27-
case noModifyProfile, overwrite, platform, skipInstall, root
27+
case noModifyProfile, overwrite, platform, skipInstall, root, quietShellFollowup
2828
}
2929

3030
public mutating func validate() throws {}

0 commit comments

Comments
 (0)