remove swift-argument-parser - it was adding well over 1Mb of bloat to release builds

This commit is contained in:
Nick Payne
2025-07-02 20:58:28 +01:00
parent d10f16a119
commit a0902f6eec
7 changed files with 347 additions and 81 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
import ArgumentParser
enum OutputFormat: String, CaseIterable, ExpressibleByArgument {
enum OutputFormat: String, CaseIterable {
case json = "json"
case binary = "binary"
case auto = "auto"