Skip to content

Commit 8412a8d

Browse files
committed
Allow --fetch to work
1 parent 9cad848 commit 8412a8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/swift-build/usage.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ private struct Cruncher {
201201
self = .Build
202202
case Clean.rawValue, "-k":
203203
self = .Clean
204+
case Fetch.rawValue:
205+
self = .Fetch
204206
case Init.rawValue:
205207
self = .Init
206208
case Usage.rawValue:

0 commit comments

Comments
 (0)