kotlinx-cli icon indicating copy to clipboard operation
kotlinx-cli copied to clipboard

Mixed Prefix Style

Open eiennohito opened this issue 3 years ago • 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).

eiennohito avatar Sep 15 '22 08:09 eiennohito