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}
Issue
Using poetry 1.1.4:
What's the proper
poetry addsyntax such thatdevelop=truegets added in the TOML file?For example, what do I type in addition to
poetry add ../../my_libso thatdevelop=truegets added in the TOML file and I see: