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
choose --height 0
--header
Describe the bug When running gum choose --header "" "a" "b" "c" the --count 0 (default) flag draws one option too little.
gum choose --header "" "a" "b" "c"
--count 0
To Reproduce Steps to reproduce the behavior:
gum choose "a" "b" "c"
"c"
Expected behavior Setting the --header flag to an empty string should still display all options when --height is set to 0 (default).
--height
0
Screenshots
Desktop (please complete the following information):
macOS 14.7.1 23H222 arm64
gum version 0.14.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When running
gum choose --header "" "a" "b" "c"
the--count 0
(default) flag draws one option too little.To Reproduce
Steps to reproduce the behavior:
gum choose "a" "b" "c"
and you'll see the three options displayed correctly.gum choose --header "" "a" "b" "c"
and you'll see that you have to navigate down to see option"c"
.Expected behavior
Setting the
--header
flag to an empty string should still display all options when--height
is set to0
(default).Screenshots
Desktop (please complete the following information):
macOS 14.7.1 23H222 arm64
gum version 0.14.5
The text was updated successfully, but these errors were encountered: