-
Notifications
You must be signed in to change notification settings - Fork 28
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
Workflow can be simplified for beginners #21
Comments
@thekungfuspider This is great. pseudo_lpx_link_options_spec.rb What say you? |
@davidteren - thanks for the feedback and drawing up that example! I agree with you that for beginners, CLI options can be confusing / not user friendly when troubleshooting. So a prompt based approach might be better, to help beginners modularly use the various features provided. I like the approach you've taken re the defaulting to prompt if no CLI options are provided. An interactive prompt would vastly improve the ease of use. After taking a look I have a couple questions:
|
@davidteren - bump on this. If the answer is yes to both questions, I'll go ahead and make the change for your review. |
@thekungfuspider I've been giving this some thought and have started investigating ways to run this from a UI. |
@thekungfuspider and other users. I apologize for not making progress with the new version. I'm busy wrapping up at my current job and moving to a new role in the last week of April. I should have more time going forward. |
2 issues in focus here:
If none of these options are provided, the script will execute all 3 steps. If any are provided, only the steps inputted will be executed.
In addition, the wrapper script will accept the following options:
-h | --help
-m | --mandatory-packages (default)
-a | --all-packages
At the end of the day, we'll be able to simplify the README to:
I'll be working on this tonight / tomorrow evening, @davidteren please let me know your thoughts. If you have concerns about this proposed workflow I'm happy to discuss it further. Thanks!
The text was updated successfully, but these errors were encountered: