We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e006f30 commit fb0c669Copy full SHA for fb0c669
Sources/GeneratorCLI/GeneratorCLI.swift
@@ -61,8 +61,8 @@ struct GeneratorCLI: AsyncParsableCommand {
61
}
62
63
64
-extension Triple.Arch: ExpressibleByArgument {}
65
-extension Triple: ExpressibleByArgument {
+extension Triple.Arch: ArgumentParser.ExpressibleByArgument {}
+extension Triple: ArgumentParser.ExpressibleByArgument {
66
public init?(argument: String) {
67
self.init(argument, normalizing: false)
68
0 commit comments