We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug If the option --label-delimiter ist used, sometimes gum choose displays the items in wrong ordering.
--label-delimiter
gum choose
To Reproduce Steps to reproduce the behavior: Call gum choose "One-o" "Two-t" "Three-e" "Four-f" --label-delimiter="-" multiple times (needed five).
gum choose "One-o" "Two-t" "Three-e" "Four-f" --label-delimiter="-"
Expected behavior The ordering of the items should stay in the order as they are given on the commandline
Screenshots
Desktop (please complete the following information): Fedora 41 Workstation and RedHat Enterprise Linux 9.4 with 0.15.0
The text was updated successfully, but these errors were encountered:
fix(choose): maintain item order when delimited
e06dda7
fixes charmbracelet#829
Successfully merging a pull request may close this issue.
Describe the bug
If the option
--label-delimiter
ist used, sometimesgum choose
displays the items in wrong ordering.To Reproduce
Steps to reproduce the behavior:
Call
gum choose "One-o" "Two-t" "Three-e" "Four-f" --label-delimiter="-"
multiple times (needed five).Expected behavior
The ordering of the items should stay in the order as they are given on the commandline
Screenshots
Desktop (please complete the following information):
Fedora 41 Workstation and RedHat Enterprise Linux 9.4 with 0.15.0
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: