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

Improve output #5

Closed
alloy opened this issue May 2, 2013 · 0 comments
Closed

Improve output #5

alloy opened this issue May 2, 2013 · 0 comments

Comments

@alloy
Copy link

alloy commented May 2, 2013

The output could be a bit nicer. Currently it looks like this:

~/C/F/mtreader [master] » crafter
1. MTReader
2. spec
Which target should I use for default?
1
1. MTReader
2. spec
Which target should I use for tests?
2
do you want to add networking?
y
do you want to add coredata?
y
do you want to add testing?
y

I would opt for something like:

~/C/F/mtreader [master] » crafter
To which target should the defaults be applied?
1. MTReader
2. spec
Choice [1, 2]: 1

Which target is used for testing purposes?
1. MTReader
2. spec
Choice [1, 2]: 2

Do you want to add networking?
Choice [Y/n]: y

Do you want to add coredata?
Choice: [Y/n]: y

Do you want to add testing?
Choice: [Y/n]: y

I saw that you have a dependency on Highline, but I wasn't really sure where you were actually using it and what for. I would probably create this UI in pure Ruby (without the dependency).

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

2 participants