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.
print
GeneratorCLI.swift
1 parent c240834 commit 206e156Copy full SHA for 206e156
Sources/GeneratorCLI/GeneratorCLI.swift
@@ -200,7 +200,7 @@ extension GeneratorCLI {
200
func run() async throws {
201
if self.isInvokedAsDefaultSubcommand() {
202
print(
203
- "deprecated: Please explicity specify the subcommand to run. For example: $ swift-sdk-generator make-linux-sdk"
+ "deprecated: Please explicitly specify the subcommand to run. For example: $ swift-sdk-generator make-linux-sdk"
204
)
205
}
206
let linuxDistributionDefaultVersion: String
0 commit comments