-
Notifications
You must be signed in to change notification settings - Fork 905
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
Improve output of choco outdated #457
Comments
Looks like the counter is not rolling for outdated. Hmmm. I think it's the same issue that you see with the noop upgrade. |
I don't see a particular issue with noop. I just suggest to put more info into the output. The counters of noop make sense to me because it is phrased differently: |
Oh. I thought the can upgrade was coming back as 0 as well? |
No, those are outputs of different states. I think you don't see what I'm driving at. Say this is the state:
The statement The statement Thats for the issue part. The enhancement part is that just listing the packages for which there were warning at the end of |
Sorry, I totally get it. I'm just stating there is a bug in the "0" with On Saturday, October 10, 2015, aronovgj [email protected] wrote:
Rob http://devlicio.us/blogs/rob_reynolds |
A few issues have come out that may have addressed or will address this:
I think we can close this. |
Last sentence is not entirely true, isn't it?
chromium
andgithub
are actually outdated but can not be upgraded because they are pinned. I don't know if my suggestions would make it more confusing and/or cluttered.Maybe
Chocolatey can upgrade 0/139 package(s).
is more appropriate like it is shown afterchoco upgrade all --noop
.Also I don't see any use in the summery of
outdated
:The interesting thing carrying actual useful information is the upper part telling you current version, available version and pinned status. This output might be used as the summary part of
choco upgrade all --noop
. See #455The text was updated successfully, but these errors were encountered: