arg icon indicating copy to clipboard operation
arg copied to clipboard

Add support to parse GNU-style short options (`-F=value`)

Open lordofthelake opened this issue 3 years ago • 0 comments

This small change brings the parsing behavior for GNU-style short options (-F=value being equivalent to -F value) on par with the parsing of long options (--flag=value being equivalent to --flag value).

lordofthelake avatar Apr 25 '21 11:04 lordofthelake