remove swift-argument-parser - it was adding well over 1Mb of bloat to release builds
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import ArgumentParser
|
||||
|
||||
enum OutputFormat: String, CaseIterable, ExpressibleByArgument {
|
||||
enum OutputFormat: String, CaseIterable {
|
||||
case json = "json"
|
||||
case binary = "binary"
|
||||
case auto = "auto"
|
||||
|
||||
Reference in New Issue
Block a user