We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a discrepancy between the documentation when comparing poetry add --help and the webpage https://python-poetry.org/docs/cli/#add
poetry add --help
The discrepancy is for adding a git repo using ssh:
poetry add git+ssh://[email protected]/sdispater/pendulum.git # or alternatively: poetry add git+ssh://[email protected]:sdispater/pendulum.git
- A git SSH url (git+ssh://github.com/python-poetry/poetry.git)
The CLI help is missing the "git@" part.
The text was updated successfully, but these errors were encountered:
submit a pull request!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Issue
There is a discrepancy between the documentation when comparing
poetry add --help
and the webpage https://python-poetry.org/docs/cli/#addThe discrepancy is for adding a git repo using ssh:
The CLI help is missing the "git@" part.
The text was updated successfully, but these errors were encountered: