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 1748f07 commit fb7dc3bCopy full SHA for fb7dc3b
utils/update_checkout/update-checkout-config.json
@@ -8,6 +8,8 @@
8
"remote": { "id": "apple/swift-cmark" } },
9
"llbuild": {
10
"remote": { "id": "apple/swift-llbuild" } },
11
+ "swift-argument-parser": {
12
+ "remote": { "id": "apple/swift-argument-parser" } },
13
"swift-driver": {
14
"remote": { "id": "apple/swift-driver" } },
15
"swift-tools-support-core": {
@@ -67,6 +69,7 @@
67
69
"llbuild": "master",
68
70
"swift-tools-support-core": "master",
71
"swiftpm": "master",
72
+ "swift-argument-parser": "0.0.5",
73
"swift-driver": "master",
74
"swift-syntax": "master",
75
"swift-stress-tester": "master",
@@ -97,6 +100,7 @@
97
100
98
101
99
102
103
104
105
106
0 commit comments