-
-
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 commands at once #147
Unset multiple commands at once #147
Conversation
🙏 Thanks for opening this pull request! Please check out our contributing guidelines. |
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
73a17d0
to
735f4ac
Compare
- Error message format changed to red, bold and single line
Configuration should be rewritten only when there are changes after the unset command.
Made the following changes based on feedback
|
LGTM so far. Could you please also - Change readme in |
Also,
From to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM: Thanks for the PR
Congrats on merging your first pull request! We here at 1build are proud of you! 🙏 |
Description
This PR implements the functionality to unset multiple commands in a single call.
Any failures encountered during the process will be printed but does not stop the operation.
Fixes/Implements: # (issue)
#141
New dependencies introduced?
N.A.
Checklist: