feat: Begins update for more modern swift-dependencies implementation.

This commit is contained in:
2024-12-20 12:54:10 -05:00
parent 1885a90f62
commit 847ddbc7b5
19 changed files with 439 additions and 130 deletions

View File

@@ -15,7 +15,7 @@ func parseTarget(_ target: String) -> URL {
extension URL {
func fileString() -> String {
self.absoluteString
absoluteString
.replacingOccurrences(of: "file://", with: "")
}
}
@@ -32,6 +32,7 @@ let VERSION: String = nil
"""
// TODO: Use Int for `verbose`.
struct SharedOptions: ParsableArguments {
@Argument(help: "The target for the version file.")