Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide API to disallow POSIX clustered short options #308

Closed
remkop opened this issue Mar 25, 2018 · 0 comments
Closed

Provide API to disallow POSIX clustered short options #308

remkop opened this issue Mar 25, 2018 · 0 comments

Comments

@remkop
Copy link
Owner

remkop commented Mar 25, 2018

Provide API to disallow POSIX clustered short options: this is required to implement #258 (Picocli-based groovy.CliBuilder alternative).

CliBuilder exposes a posix property that (if set to false) installs a commons-cli parser that does not allow POSIX clustered short options.

Picocli by default supports POSIX clustered short options but does not have an option to switch this off. Provide such a switch to facilitate the picocli-based CliBuilder implementation.

@remkop remkop added this to the 3.0 milestone Mar 25, 2018
@remkop remkop closed this as completed in ad03310 Mar 25, 2018
remkop added a commit that referenced this issue Mar 27, 2018
remkop added a commit that referenced this issue Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant