7 lines
119 B
Swift
7 lines
119 B
Swift
|
import ArgumentParser
|
||
|
import ColibriLibrary
|
||
|
|
||
|
// MARK: - ExpressibleByArgument
|
||
|
|
||
|
extension IDE: ExpressibleByArgument {}
|