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

Updated CommandSpec.remove(ArgSpec arg) #1434 #1435

Merged
merged 1 commit into from
Sep 15, 2021

Conversation

kaushalkumar
Copy link
Contributor

Updated CommandSpec.remove(ArgSpec arg) method to remove the arg from args (List) and test case corresponding to same.
Ref: #1434

… args (List<ArgSpec>) and test case corresponding to same.
@remkop remkop added this to the 4.6.2 milestone Sep 15, 2021
@remkop remkop merged commit acc0c8f into remkop:master Sep 15, 2021
MarkoMackic pushed a commit to MarkoMackic/picocli that referenced this pull request Oct 17, 2021
MarkoMackic added a commit to MarkoMackic/picocli that referenced this pull request Oct 17, 2021
MarkoMackic added a commit to MarkoMackic/picocli that referenced this pull request Oct 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CommandSpec.remove(arg) does not removes the arg from command, which increases args in CommandSpec
2 participants