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 4bc76e0 commit acbc716Copy full SHA for acbc716
Sources/Commands/PackageCommands/Migrate.swift
@@ -32,7 +32,7 @@ import var TSCBasic.stdoutStream
32
struct MigrateOptions: ParsableArguments {
33
@Option(
34
name: .customLong("target"),
35
- help: "The targets to migrate to specified set of features."
+ help: "A comma-separated list of targets to migrate. (default: all Swift targets)"
36
)
37
var _targets: String?
38
@@ -42,7 +42,7 @@ struct MigrateOptions: ParsableArguments {
42
43
44
name: .customLong("to-feature"),
45
- help: "The Swift language upcoming/experimental feature to migrate to."
+ help: "A comma-separated list of Swift language features to migrate to."
46
47
var _features: String
48
0 commit comments