-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I'm considering adding left/right support using the grid logic for actions in prompt-grid.
Here is what I think it would entail:
- if
options.grid
is not undefined, enable grid support. the option might be set onprompt-base
options orprompt-choices
, I'm not sure yet. Depending on which, it could either be a boolean or an object of arrays (for actually defining the grid choices) - add
left
,right
,moveLeft
andmoveRight
actions
@doowb thoughts?
Metadata
Metadata
Assignees
Labels
No labels