poetry
poetry copied to clipboard
Poetry add help discrepancy
- [x] I have searched the issues of this repo and believe that this is not a duplicate.
Issue
There is a discrepancy between the documentation when comparing poetry add --help and the webpage https://python-poetry.org/docs/cli/#add
The discrepancy is for adding a git repo using ssh:
- webpage:
poetry add git+ssh://[email protected]/sdispater/pendulum.git # or alternatively: poetry add git+ssh://[email protected]:sdispater/pendulum.git - CLI help:
- A git SSH url (git+ssh://github.com/python-poetry/poetry.git)
The CLI help is missing the "git@" part.
submit a pull request!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.