Kotlin/kotlinx-cli

Mixed Prefix Style

Opened this issue · 0 comments

Right now the parser supports either --foo arg style as OptionPrefixStyle.LINUX or --foo=arg style as OptionPrefixStyle.GNU, but not both at the same time (as getopt or rust CLI libraries usually do).