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

(Docs) Added type = "file" reference [tool.poetry.scripts] #9572

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RobertoRoos
Copy link

@RobertoRoos RobertoRoos commented Jul 23, 2024

Pull Request Check List

Resolves: #9510

  • Added tests for changed code.
  • Updated documentation for changed code.

docs/pyproject.md Outdated Show resolved Hide resolved
@evilhamsterman
Copy link

@RobertoRoos the type option has more possible values than just type="file" there's also at least type="console" which at one point was at least mentioned in the documentation but was later removed even though it appears to still be a valid value https://github.com/orgs/python-poetry/discussions/8436

@yeoffrey
Copy link

yeoffrey commented Aug 7, 2024

@RobertoRoos the type option has more possible values than just type="file" there's also at least type="console" which at one point was at least mentioned in the documentation but was later removed even though it appears to still be a valid value https://github.com/orgs/python-poetry/discussions/8436

If this PR just wants to focus on the file option, I'm fine to add the type option in a follow up, which would close #9608

@RobertoRoos
Copy link
Author

If this PR just wants to focus on the file option, I'm fine to add the type option in a follow up, which would close #9608

That would be my preference. Personally I have no idea what other options there are and what their implications would be.

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.

Missing documentation for type = "file" under tool.poetry.scripts
5 participants