Skip to content

Preserve order of supplied zsh completion candidates #774

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 tasks done
rgoldberg opened this issue May 14, 2025 · 0 comments · Fixed by #775
Closed
2 tasks done

Preserve order of supplied zsh completion candidates #774

rgoldberg opened this issue May 14, 2025 · 0 comments · Fixed by #775

Comments

@rgoldberg
Copy link
Contributor

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
  • I've searched for existing GitHub issues

Steps to Reproduce

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant