-
Notifications
You must be signed in to change notification settings - Fork 30
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 make -help commands #231
Comments
To clarify, I thought the command would just be |
If you don't specify the recipe name, then we won't be able to provide copy-pastable We could do something tricky to guess what recipe they need help with, such as looking for the newest recipe directory. But I think it's better to just require the recipe name.
I feel like this is unlikely, since you have at least 3 ways to figure this out:
|
Good points. Thanks for your feedback. Perhaps this problem could be resolved differently. When we run
|
Yes, that sounds good. Although the the |
Yeah, bottom sounds like a better idea. |
Show all available commands for a recipe with something like:
Planning to pull out the command-printing code from
scripts/newRecipe.sh
into ascripts/showHelp.sh
, and call this new script from both the originalnewRecipe.sh
script and themakefile
.The text was updated successfully, but these errors were encountered: