Conformed the Artifact enumeration to the ExpressibleByArgument protocol in the executable target.

This commit is contained in:
Javier Cicchelli 2025-02-22 00:58:18 +01:00
parent 5676f91bcb
commit 771f150f98

View File

@ -3,4 +3,5 @@ import ColibriLibrary
// MARK: - ExpressibleByArgument
extension Artifact: ExpressibleByArgument {}
extension IDE: ExpressibleByArgument {}