You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using grunt-exec to run interactive command task and have encountered the problem that the keyboard input was printed instead of actually worked:
Running "exec:test" (exec) task
? 'Allo dickeylth! What would you like to do? (Use arrow keys)
Run a generator
❯ Gruntfile
Clam
──────────────
Update your generators
Install a generator
Find some help
(Move up and down to reveal more choices)^[[B^[[B^[[B^[[B^[[B^C
I'm using
grunt-exec
to run interactive command task and have encountered the problem that the keyboard input was printed instead of actually worked:I've created a MVP repo here: https://github.com/dickeylth/grunt-exec-inquirer, could anyone provide any help? Thank you!
The text was updated successfully, but these errors were encountered: