Skip to content

Thoughts on adding make help? #2092

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

Closed
mrbazzan opened this issue Mar 1, 2025 · 2 comments · Fixed by #2094
Closed

Thoughts on adding make help? #2092

mrbazzan opened this issue Mar 1, 2025 · 2 comments · Fixed by #2094
Assignees

Comments

@mrbazzan
Copy link
Contributor

mrbazzan commented Mar 1, 2025

What is the general thought on adding make help to the Makefile?
It would help to quickly find out the possible commands without
opening the Makefile.

This could be a good issue to work on unless there is a way to do this
that I don't know or any other specific reasons.

@matthiask
Copy link
Member

Hi @mrbazzan

I always forget that the makefile exists but having a help command or something might help me remember the commands and why they are useful!

I found this article, I think it's an interesting way to implement a help command and it's probably slightly easier to keep it up to date than doing the help text completely by hand: https://marmelab.com/blog/2016/02/29/auto-documented-makefile.html

@mrbazzan
Copy link
Contributor Author

mrbazzan commented Mar 1, 2025

Hi @matthiask,
Thanks for the article.
Please assign the issue to me
(I don't have the commons-thing setup).

mrbazzan added a commit to mrbazzan/django-debug-toolbar that referenced this issue Mar 3, 2025
mrbazzan added a commit to mrbazzan/django-debug-toolbar that referenced this issue Mar 3, 2025
mrbazzan added a commit to mrbazzan/django-debug-toolbar that referenced this issue Mar 4, 2025
Closes django-commons#2092

---------

Co-authored-by: Matthias Kestenholz <[email protected]>
dr-rompecabezas pushed a commit to dr-rompecabezas/django-debug-toolbar that referenced this issue Mar 5, 2025
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

Successfully merging a pull request may close this issue.

2 participants