choco
choco copied to clipboard
choco search --id-starts-with not working as expected.
What You Are Seeing?
choco search --id-starts-with p
shows a very short list.
What is Expected?
to see the same results as:
choco search | sls ^p | Sort-Object
How Did You Get This To Happen? (Steps to Reproduce)
Simply running choco search --id-starts-with p
and comparing its results with that of choco search | sls ^p | Sort-Object
Output Log
Full Log Output
chocolatey.log choco_search_starts_with_id_debug_verbose.txt
@akulbe just to be clear that we are talking about the same thing...
Where did --starts-with-id
come from? The correct option for choco search
is --id-starts-with
.
Just want to make sure that we are on the same page 😄
We are now. Fixed it. 🤓