diff --git a/Sources/GeneratorCLI/GeneratorCLI.swift b/Sources/GeneratorCLI/GeneratorCLI.swift index 5017f33..5d54f85 100644 --- a/Sources/GeneratorCLI/GeneratorCLI.swift +++ b/Sources/GeneratorCLI/GeneratorCLI.swift @@ -61,8 +61,8 @@ struct GeneratorCLI: AsyncParsableCommand { } } -extension Triple.Arch: ExpressibleByArgument {} -extension Triple: ExpressibleByArgument { +extension Triple.Arch: ArgumentParser.ExpressibleByArgument {} +extension Triple: ArgumentParser.ExpressibleByArgument { public init?(argument: String) { self.init(argument, normalizing: false) }