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 e7187477ca
5 changed files with 45 additions and 78 deletions

View File

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