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 -2
View File
@@ -1,7 +1,6 @@
import ArgumentParser
import CoreAudio
public enum TapMuteBehavior: String, CaseIterable, ExpressibleByArgument {
public enum TapMuteBehavior: String, CaseIterable {
case unmuted = "unmuted"
case muted = "muted"