-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
We need some way of handling ambiguous / duplicate task names. When we implement #8 we run the risk of having the same name in multiple sections.
[tool.ds.scripts]
a = "echo 'ds:a'"
b = "echo 'ds:b'"
[tool.pdm.scripts]
a = "echo 'pdm:a'"
c = "echo 'pdm:c'"What should the result be?
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on