Skip to content
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

Have you removed user inputs, (prompt, choose, etc.) ? #163

Closed
tinganho opened this issue Aug 5, 2013 · 7 comments
Closed

Have you removed user inputs, (prompt, choose, etc.) ? #163

tinganho opened this issue Aug 5, 2013 · 7 comments

Comments

@tinganho
Copy link

tinganho commented Aug 5, 2013

I have began using commander. I notice that there are not methods for user inputs.

@wwqrd
Copy link

wwqrd commented Aug 5, 2013

It was removed here:

bf5e1f5

Commit message is "remove input methods (.prompt, .confirm, etc) they belong in a different library", wondering what that library is :-)

@duro
Copy link

duro commented Aug 6, 2013

I too am curious about this as well? Has this "different library" been created?

@tj
Copy link
Owner

tj commented Aug 6, 2013

https://github.com/visionmedia/co-prompt, don't have to use it with generators though prompt('Message: ')(callback) etc

@tj tj closed this as completed Aug 6, 2013
@tj
Copy link
Owner

tj commented Aug 6, 2013

someone also moved the old commander ones into a module but I'll have to find the name I forget now

balupton added a commit to balupton/commander.js that referenced this issue Aug 20, 2013
@balupton
Copy link

Seems that choose didn't make it into co-prompt, why is that? if one were to do a pull request to add it, would that make it in?

@balupton
Copy link

Found https://npmjs.org/package/promptly - includes prompt, confirm, choose, and password - as well as extra things like validators

@adadgio

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants