Use Subprocess instead of Shwift
Drop Shwift: it is incompatible with musl (used by the Swift static linking SDK), and its API is not meaningfully more concise than Subprocess upon closer inspection.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Script
|
||||
import ArgumentParser
|
||||
|
||||
@main
|
||||
struct Command: AsyncParsableCommand {
|
||||
|
||||
Reference in New Issue
Block a user