-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
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
Add Editor prompt type #66
Comments
That sounds like a great feature! But it might be quite challenging work, I am still not 100% familiar with constraints of the current implementation, but this type of question definitely stands out from the given framework. Unfortunately, there are no contribution docs, but PR will be welcomed! If possible please add test coverage for this. Few thoughts and pointers:
Those are just few thoughts I had, please let me know if you have any future questions. |
Thanks for the quick reply! I've decided to switch to Node for my current project as it is on a deadline and the flexibility of the rxjs features offered by inquirer.js are quite useful. I may open a PR in the future, would love to have a complete python equivalent of inquirer! |
That is understandable. Good luck with your project! |
Thanks! |
Implements new Editor question as described in #66.
Implemented and merged in #71 |
Inquirer.js has the Editor prompt type, which I've just realized I need in my Python project currently using this inquirer port. Would be happy to help add it, if there are contribution docs or just point me in the right direction!
The text was updated successfully, but these errors were encountered: