Skip to content

Commit c9dbdb5

Browse files
Fix/remove argument-parser (#6)
* remove the executable "markdown-tool" from the product so that ArgumentParser is not added unnecessarily when used it as a library.
1 parent a7d86c0 commit c9dbdb5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ let package = Package(
2020
.library(
2121
name: "Markdown",
2222
targets: ["Markdown"]),
23-
.executable(
24-
name: "markdown-tool",
25-
targets: ["markdown-tool"]),
2623
],
2724
targets: [
2825
.target(

[email protected]

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ let package = Package(
2222
.library(
2323
name: "Markdown",
2424
targets: ["Markdown"]),
25-
.executable(
26-
name: "markdown-tool",
27-
targets: ["markdown-tool"]),
2825
],
2926
targets: [
3027
.target(

0 commit comments

Comments
 (0)