Skip to content

Commit 2afdd3f

Browse files
dcp28didix21
authored andcommitted
GH-59: Update swift-argument-parser to 1.0.2
1 parent 1254e89 commit 2afdd3f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
dependencies: [
1313
.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.0"),
1414
.package(url: "https://github.com/JohnSundell/Files", from: "4.1.1"),
15-
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.1.0"),
15+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
1616
.package(url: "https://github.com/onevcat/Rainbow", from: "3.0.0"),
1717
],
1818
targets: [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Then:
5757
- If you have your `Package.swift` file to another path, run:
5858

5959
``` bash
60-
swift build --package-path .buildtools -c release --product shusky
60+
swift build --package-path YourPath -c release --product shusky
6161
./YourPath/.build/release/shusky install --package-path YourPath
6262
```
6363

0 commit comments

Comments
 (0)