You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it seems that -e does not works with -al when searching multiple packages
C:\windows\system32>choco search chocolatey awk -l -e
Chocolatey v0.10.15
0 packages installed.
Did you know Pro / Business automatically syncs with Programs and
Features? Learn more about Package Synchronizer at
https://chocolatey.org/compare
If there are hundreds of packages installed with choco, checking if the package is installed with choco list -al will be slow, so I think this should work properly.
How Did You Get This To Happen? (Steps to Reproduce)
choco serach curl jq -l -- works well choco serach jq -l -e -- works well choco serach curl -l -e -- works well choco serach curl jq -l -e -- not works
The text was updated successfully, but these errors were encountered:
WiVi71
changed the title
Option -al and -e doesn't works both when searching multiple packages
Option -l and -e doesn't works both when searching multiple packages
Nov 13, 2020
What is Expected?
choco search -l
supports multiple package search, for example:but this command searches package contains the searching filter
to avoid this, -e is required.
but it seems that -e does not works with -al when searching multiple packages
If there are hundreds of packages installed with choco, checking if the package is installed with choco list -al will be slow, so I think this should work properly.
How Did You Get This To Happen? (Steps to Reproduce)
choco serach curl jq -l
-- works wellchoco serach jq -l -e
-- works wellchoco serach curl -l -e
-- works wellchoco serach curl jq -l -e
-- not worksOutput Log
Full Log Output
The text was updated successfully, but these errors were encountered: