promptChoice / promptChoiceOnce disregarding overlapping results #4428
Unanswered
Lockszmith-GH
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It sort of sucks for what you're wanting (we accept no options for configuring the multichoice), but you can sort of get what you want with
It should be possible to add a configuration dictionary to that, but whether we want to go there or not is an entirely different matter:
Adding options will make a relatively complex function more complex. We could adapt |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
With the following
chezmoi.toml.tmpl
:Problem Description
Only accepting default allows selecting locked-full, otherwise, only locked or normal are selectable.
Possible solutions: wait for to confirm entry, this will allow entering options after the last letter.
Another possible solution, allow up/down + enter navigation between options.
Beta Was this translation helpful? Give feedback.
All reactions