You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Commands] SE-0481: Align the arguments to --target and `--to-featu… (#8840)
…re` and allow a comma separated list
### Motivation:
The Ecosystem Steering Group accepted SE-0486 with one modification -
`--target` and `--to-feature` arguments should be comma separated -
https://forums.swift.org/t/accepted-se-0486-migration-tooling-for-swift-features/80530.
### Modifications:
- Update `MigrateOptions` to accept comma separated strings for
`--target` and `--to-feature` arguments.
### Result:
The implementation is now aligned with the accepted proposal.
0 commit comments