Tags: kasapdev/java-cli-arg-parser
Tags
Add edge-case tests for unregistered names, null defaults, alias coll… …isions, and short-flag/-option validation Adds 6 new regression tests: flag()/option() on unregistered names, null default value resolution, duplicate short alias rejection, short flag inline-value rejection, short-alias option missing-value rejection, and lone '-' token handling. All existing and new tests pass; no bugs were found.