Use Shwift library instead of Subprocess

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-22 17:51:05 +01:00
parent 55f3ca2f7b
commit 4b28c293cb
6 changed files with 46 additions and 81 deletions

View File

@@ -1,4 +1,4 @@
import ArgumentParser
import Script
import Logging
struct GlobalOptions: ParsableArguments {