-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: add --check
flag to the update command
#49
Conversation
Hi @hanshal101, Thank you for the PR. Can you please sign off your commits? |
8bb71f6
to
1543488
Compare
also, can you please add yourself to CONTRIBUTORS file as mentioned here? |
Signed-off-by: hanshal101 <82961842+hanshal101@users.noreply.github.com>
Signed-off-by: hanshal101 <82961842+hanshal101@users.noreply.github.com>
dfdef8e
to
26a1222
Compare
Signed-off-by: hanshal101 <82961842+hanshal101@users.noreply.github.com>
26a1222
to
2ffee94
Compare
Signed-off-by: hanshal101 <82961842+hanshal101@users.noreply.github.com>
Signed-off-by: hanshal101 <82961842+hanshal101@users.noreply.github.com>
Signed-off-by: hanshal101 <82961842+hanshal101@users.noreply.github.com>
Signed-off-by: hanshal101 <82961842+hanshal101@users.noreply.github.com>
Signed-off-by: hanshal101 <82961842+hanshal101@users.noreply.github.com>
Signed-off-by: hanshal101 <82961842+hanshal101@users.noreply.github.com>
Signed-off-by: hanshal101 <82961842+hanshal101@users.noreply.github.com>
Signed-off-by: hanshal101 <82961842+hanshal101@users.noreply.github.com>
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 @hanshal101 for this PR ,your patience with the review and quick response!
CLOSES #48
FIXES #48
Description
This PR adds the functionality to check for updates before updating them through
--check
flag.