-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Unset multiple command in one go #141
Comments
I can work on this.. |
@pradeepmurugesan sure. |
I have created a small PR that implements this functionality. Sorry for failing to mention earlier that I was also looking into this 😔 |
Allow multiple command names to be passed to unset. Each command name will be processed in sequence, if not found, a failure to remove message will be printed and the action will continue. ref: gopinath-langote#141
Feel free to open PRs. We will review all PRs on same issue. @boonwj From next time onwards - It will be good if you can comment on the issue that you would like to work :) So that others will not take the same PR. |
@boonwj Thanks for the PR. @pradeepmurugesan You can pick any other ope issue. Sorry for the inconvenience caused. |
Description
Current version support
unset
one command like1build unset test
. If developer has to remove multiple commands they have to run 1build unset multiple times.Instead With
1build unset a b c
-> It will be easy to remove three commands in one go.Acceptance Criteria
unset
unset
will continue removing next command even after the failure of oneunset
will print if any command failed to removeThe text was updated successfully, but these errors were encountered: