What is the meaning of type = "console" in scripts example
#8436
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
|
@dimbleby I think I should clarify, I believe the documentation needs to be updated because there's an option that is tossed out in an example but is not documented in any. A link to an unofficial document about making python packages that hasn't been updated in 8 years isn't very helpful. There's been significant changes in python and packaging since then, including an official packaging document site packaging.python.org. If |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I the pyproject.toml documentation where is talks about making scripts dependent on optional extras https://python-poetry.org/docs/pyproject/#scripts it give the example
I get what
referenceandextrasare for, but there is no documentation for what type means. It appears appears it was added in commit 98b8ffb by @edgarrmondragon updating from the deprecatedcallabletoreferencetwo months ago. But nothing about typeBeta Was this translation helpful? Give feedback.
All reactions