-
Notifications
You must be signed in to change notification settings - Fork 925
Description
The current default behaviour of choco list
(or clist
) is to list ALL of the packages available on chocolatey (currently 2596 in total). This is a little slow, and not really helpful as a default.
Couldn't the default behavior be to display "local only" packages, displaying only packages that are installed locally, as when you do choco list --localonly
?
Then require switches to get data from the repositories, rather than the other way around?
Implementation Notes
When this work is undertaken, the deprecation notices that were add in this PR will need to be reviewed/removed:
jeroenheijmans, AndreyMZ, karolzlot, bcurran3, anthonyliriano and 11 more