Skip to content

Unambiguous prefix match for long option keys

Compare
Choose a tag to compare
@c-blake c-blake released this 24 Apr 08:04
· 1508 commits to master since this release

Add enum value-style prefix matching of last release but for long option keys. Specifically, ./test/DupShort --a 9 or ./test/DupShort --al 9 will fail with ambiguous prefix errors, but ./test/DupShort --alp 9 will succeed as if --alpha 9 had been given.