-
Notifications
You must be signed in to change notification settings - Fork 904
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
(GH-994) Add ignore-pinned switch to outdated command. #1123
(GH-994) Add ignore-pinned switch to outdated command. #1123
Conversation
You may also want to update tab completion with the new field -
|
Please also change the commit from |
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.
Make those requested changes and this will be good to go.
Previously the 'choco outdated' command listed all packages regardless of whether they were pinned or not. Add an 'ignore-pinned' switch that skips checking available upgrades for all packages that are pinned. (chocolateyGH-994) Add ignore-pinned switch to outdated command. Previously the 'choco outdated' command listed all packages regardless of whether they were pinned or not. Add an 'ignore-pinned' switch that skips checking available upgrades for all packages that are pinned.
e3d3cba
to
cdd49e8
Compare
I've now made the requested changes. |
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.
👍
Thanks for your contribution! Rebased onto stable, fixed up the merge conflicts and merged at 5e4d9a6. |
Previously the 'choco outdated' command listed all packages regardless
of whether they were pinned or not. Add an 'ignore-pinned' switch that
skips checking available upgrades for all packages that are pinned.
Closes #994