swiftly
swiftly copied to clipboard
`.swift-version` is placed wherever `swiftly init` is first run
Running swiftly init from an arbitrary location places the .swift-version file there even though this isn't even a Swift project.
Even if it was a Swift project, I don't think placing this file there by default is a good pattern. It should be an entirely optional feature.
Thanks for reporting this. The init command shouldn't be adding the .swift-version files automatically.
When using the use subcommand, it prompts before it does this, and only tries this if you are in a git repository at the time.