Replies: 1 comment
-
Hi @xenador1, So you want to have the name/description of your project included in the the page of help output from poe along with the list of tasks etc? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm relatively new to python development, poetry, and poethepoet so I hope I haven't missed something obvious... but is there a way to have:
poetry run poe --help
include the description value (or any other element) as a top-level help message?Specifically, I have a
./pyproject.toml
file defined and I've been able to see task help messages but would love an overarching help message for what I view as a single CLI tool.EG:
If it helps I'm using poetry: 1.4.2
poethepoet version: 0.17.1
and my target platform is a linux system.
Beta Was this translation helpful? Give feedback.
All reactions