Replies: 5 comments
|
I also tried adding: directly after No dice. |
0 replies
|
I'm facing this same issue and I would love this option. |
0 replies
|
same issue here, a flag that disables this warning would be cool. |
0 replies
|
I'm facing the same issue and would also appreciate an option to surpress the "nothing selected" output. |
0 replies
|
If the maintainers are open to it, I could work on putting up a PR for this. Took a look at the code and it seems like it wouldn't be too much work to add a flag that suppresses that output. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a simple:
If the user hits
ESC, gum displays "nothing selected" and exits.Is there a way to disable the "nothing selected"? I tried redirecting
2>/dev/nullbut it suppresses the entire menu. I also tried adding$'\x1b'to the case, but it did nothing.All reactions