-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area/cliRelated to the command lineRelated to the command linekind/featureFeature requests/implementationsFeature requests/implementationsstatus/duplicateDuplicate issuesDuplicate issues
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
Issue
Using poetry 1.1.4:
What's the proper poetry add syntax such that develop=true gets added in the TOML file?
For example, what do I type in addition to poetry add ../../my_lib so that develop=true gets added in the TOML file and I see:
[tool.poetry.dependencies]
my_lib = {path = "../../my_lib", develop = true}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/cliRelated to the command lineRelated to the command linekind/featureFeature requests/implementationsFeature requests/implementationsstatus/duplicateDuplicate issuesDuplicate issues