Skip to content

Commit 1e34922

Browse files
committed
rename cli
1 parent 4cc2d92 commit 1e34922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
],
1010
products: [
1111
// Products define the executables and libraries produced by a package, and make them visible to other packages.
12-
.executable(name: "swiftdraw", targets: ["CommandLine"]),
12+
.executable(name: "swiftdrawcli", targets: ["CommandLine"]),
1313
.library(
1414
name: "SwiftDraw",
1515
targets: ["SwiftDraw"]),

0 commit comments

Comments
 (0)