Improved the Build subcommand to support the building of Docker images #11

Merged
javier merged 10 commits from setup/docker into main 2025-02-22 00:33:53 +00:00
Showing only changes of commit a6b8c08125 - Show all commits

View File

@ -3,9 +3,9 @@ public enum IDE: String {
case xcode case xcode
} }
// MARK: - Extension // MARK: - Randomable
extension IDE { extension IDE: Randomable {
// MARK: Functions // MARK: Functions
@ -14,7 +14,3 @@ extension IDE {
} }
} }
// MARK: - CaseIterable
extension IDE: CaseIterable {}