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
(#3709) Enhance ChocolateyTabExpansion with --order-by support
Add explicit support for the --order-by option in Chocolatey tab
completion by introducing Get-ChocoOrderByOptions, which returns the
canonical order-by values. Update the search command to accept an
explicit --order-by parameter instead of a fixed --order-by-popularity.
This change improves flexibility and accuracy of tab completion for
the --order-by argument, aligning completions with Chocolatey's enum
values and enabling users to discover valid sorting options interactively.
0 commit comments