Conformed the Artifact enumeration to the ExpressibleByArgument protocol in the executable target.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import ArgumentParser
|
||||
import ColibriLibrary
|
||||
|
||||
// MARK: - ExpressibleByArgument
|
||||
|
||||
extension Artifact: ExpressibleByArgument {}
|
||||
extension IDE: ExpressibleByArgument {}
|
||||
Reference in New Issue
Block a user