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
CrossCompilationDestinationsTool: fix install command help formatting (#6194)
Currently, `swift experimental-destination help` produces output that's split into multiple lines at a wrong column:
```
install Installs a given destination artifact bundle to a location discoverable by SwiftPM. If the
artifact bundle
is at a remote location, it's downloaded to local filesystem first.
```
By adding a backslash to the help multi-line string we leave the job of splitting this into multiple lines to the terminal renderer.
0 commit comments