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

feat(dev): emit descriptions for commands in help #2678

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

miketheman
Copy link
Member

Description

Help the developer understand what each target (subcommand) does.

Now looks like:

$ make
Call a specific subcommand:

serve                          Start the application
migrations                     Generate migrations from models
migrate                        Run Django migrate
manage                         Run Django manage to accept arbitrary arguments
shell                          Open Django interactive shell
clean                          Clean up the environment
test                           Run tests
docker_shell                   Open a bash shell in the web container

Help the developer understand what each target (subcommand) does.

Signed-off-by: Mike Fiedler <[email protected]>
Minor speed up as make does not have to evaluate these targets as files.

Signed-off-by: Mike Fiedler <[email protected]>
@JacobCoffee JacobCoffee merged commit 023121f into python:main Dec 23, 2024
3 checks passed
@miketheman miketheman deleted the miketheman/make-help branch December 23, 2024 21:42
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 this pull request may close these issues.

2 participants