swift-argument-parser
swift-argument-parser copied to clipboard
EnumerableFlag not pulling correct values

Expect: --single, --double (raw values) Get: --single-quote, --double-quote (the member names)
Current workaround: use the wonderful name(for:) method but it would be better not to have to.
Great idea! And it'd be fairly easy to add with an extension EnumerableFlag where Self: RawRepresentable