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

This commit is contained in:
2025-02-22 00:58:18 +01:00
parent 5676f91bcb
commit 771f150f98
@@ -0,0 +1,7 @@
import ArgumentParser
import ColibriLibrary
// MARK: - ExpressibleByArgument
extension Artifact: ExpressibleByArgument {}
extension IDE: ExpressibleByArgument {}