that is my understanding as well. One of the new features of Chocolatey vNext is the ability to synchronize applications that have been installed by Chocolatey, and applications that appear in Add/Remove Programs as they have been installed manually. the premise being that Chocolatey can "take over" upgrade/update of those applications that were installed manually
Joel Bennett
@Jaykul
Yeah, ok, I see that's what it actually does
Only problem is, if you pass that parameter, the list of "installed programs" isn't filtered AT ALL
so you can do like:
choco list SublimeText3 -lp
and it lists ... everything
that's installed locally
Honestly, this feature is screwy, it doesn't belong on the same command
I mean, it's just confusing
choco list SublimeText3 -p # the p does nothing
Gary Ewan Park
@gep13
I believe I might be right in saying that this particular "feature" isn't complete yet
Joel Bennett
@Jaykul
choco list SublimeText3 -lp # the "SublimeText3" does nothing
yeah, well, so far, it seems to me like these should be separate commands
That's all I'm saying
In code they basically are
except they're not, so the logic path is really twisted and hard to follow.
Rob Reynolds
@ferventcoder
@Jaykul@gep13 it's meant to be used only with list -local only
Jaykul on ListCommand
(compare)
Jaykul on InstallCommand
(GH-132) Make InstallCommand a… (maint) Line wrapping. (compare)
Jaykul on InstallCommand
(maint) Line wrapping. (compare)
Jaykul on master
Add Install and Uninstall Refac… (compare)
Jaykul on InstallCommand
(GH-132) Make InstallCommand a… (compare)
Jaykul on 0.9.9.3
(compare)
Jaykul on InstallCommand
(GH-132) Make InstallCommand a… (compare)
choco list ...
commandshttps://github.com/chocolatey/choco/blob/master/src/chocolatey/infrastructure.app/services/ChocolateyPackageService.cs#L93