We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(Pdb) pp cmd <click.core.Command object at 0x7ff869ef1550> (Pdb) pp cmd.name 'run-gunicorn'
What do you think of showing the command name in the __repr__ string, for friendlier debugging? Could be a good beginner-friendly issue!
__repr__
The text was updated successfully, but these errors were encountered:
I'm going to take a stab at this
Sorry, something went wrong.
Thanks for fixing this, @jzengg!
Successfully merging a pull request may close this issue.
What do you think of showing the command name in the
__repr__
string, for friendlier debugging? Could be a good beginner-friendly issue!The text was updated successfully, but these errors were encountered: