Use Shwift library instead of Subprocess
Some checks failed
Docs / docs (push) Has been cancelled
Docs / deploy (push) Has been cancelled

Shwift has a concise API, which makes writing shell code nice and easy.
This is an opinionated decision.
This commit is contained in:
T. R. Bernstein
2026-03-20 21:37:42 +01:00
parent 55f3ca2f7b
commit 541b9d68a0
6 changed files with 46 additions and 81 deletions

View File

@@ -1,4 +1,4 @@
import ArgumentParser
import Script
@main
struct Command: AsyncParsableCommand {