`choco update all` should list the actual packages that are being updated
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 960
- PR merge metrics
- No merged PRs in 30d
Description
```
PS C:\WINDOWS\system32> cup all
Chocolatey v0.9.9.4
Upgrading the following packages:
all
By upgrading you accept licenses for the packages.
ccleaner v5.04.5151 is the latest version available based on your source(s).
vlc v2.2.0 is the latest version available based on your source(s).
[...]
```
It really should list the actual packages there instead of saying it's upgrading the package called `all`.
Contributor guide
Research direction
Start by tracing the `cup all` command entry point and the code that produces the “Upgrading the following packages” output. Compare the displayed `all` value with the packages processed afterward; done means the summary lists the actual packages selected for update, with tests updated or added if the relevant test location is found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100