tanvir-ux commented on PR #440: URL: https://github.com/apache/commons-cli/pull/440#issuecomment-5443658209
Thanks. POSIX short options are one character, agreed. Commons CLI currently still documents multi-character `opt` in `OptionValidator` and already parses `-foo bar` via `hasShortOption`; CLI-300 is only the missing `-foo=bar` path. Happy to close this if you'd rather keep the equals path limited to length-1 short options. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
