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
Print file URLs without leading file schema (#244)
Swiftly interpolates some file URLs directly into user facing output
leading to messages like 'The file `file:///Volumes/...` has been...'
which needlessly contains the url schema prefix `file://`. This change
updates Swiftly to use URL.path for better user output.
SwiftlyCore.print("A new file `\(newVersionFile)` will be created to set the new in-use toolchain for this project. Alternatively, you can set your default globally with the `--global-default` flag. Proceed with creating this file?")
0 commit comments