We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ae8bb commit 470d921Copy full SHA for 470d921
Package.swift
@@ -8,6 +8,9 @@ let package = Package(
8
platforms: [
9
.macOS(.v10_15),
10
],
11
+ products: [
12
+ .executable(name: "Comment", targets: ["Comment"]),
13
+ ],
14
dependencies: [
15
.package(url: "https://github.com/Wei18/github-rest-api-swift-openapi", from: "2.0.0"),
16
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
0 commit comments