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
Preserve order of supplied zsh completion candidates
ArgumentParser version:main Swift version:
swift-driver version: 1.120.5 Apple Swift version 6.1 (swiftlang-6.1.0.110.21 clang-1700.0.13.3)
Target: arm64-apple-macosx15.0
Checklist
If possible, I've reproduced the issue using the main branch of this package
Use zsh completions for some parameter that generates completion candidates via custom, list, or shellCommand that returns candidates that are not sorted.
Expected behavior
Candidates preserve order.
Actual behavior
Candidates are sorted.
The text was updated successfully, but these errors were encountered:
Preserve order of supplied zsh completion candidates
ArgumentParser version:
main
Swift version:
swift-driver version: 1.120.5 Apple Swift version 6.1 (swiftlang-6.1.0.110.21 clang-1700.0.13.3)
Target: arm64-apple-macosx15.0
Checklist
main
branch of this packageSteps to Reproduce
Use zsh completions for some parameter that generates completion candidates via
custom
,list
, orshellCommand
that returns candidates that are not sorted.Expected behavior
Candidates preserve order.
Actual behavior
Candidates are sorted.
The text was updated successfully, but these errors were encountered: