- .Package(url: "https://github.com/rbdr/CommandLineKit", majorVersion: 4, minor: 0),
- .Package(url: "https://github.com/IBM-Swift/swift-html-entities.git", majorVersion: 3, minor: 0)
+ /// 🚩 Command Line Arguments
+ .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2")
+ ],
+ targets: [
+ .executableTarget(
+ name: "lyricli",
+ dependencies: [.product(name: "ArgumentParser", package: "swift-argument-parser")])