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 4cc2d92 commit 1e34922Copy full SHA for 1e34922
Package.swift
@@ -9,7 +9,7 @@ let package = Package(
9
],
10
products: [
11
// Products define the executables and libraries produced by a package, and make them visible to other packages.
12
- .executable(name: "swiftdraw", targets: ["CommandLine"]),
+ .executable(name: "swiftdrawcli", targets: ["CommandLine"]),
13
.library(
14
name: "SwiftDraw",
15
targets: ["SwiftDraw"]),
0 commit comments