poetry icon indicating copy to clipboard operation
poetry copied to clipboard

Poetry add help discrepancy

Open tjzegmott opened this issue 3 years ago • 1 comments

  • [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.

tjzegmott avatar Oct 25 '22 18:10 tjzegmott

submit a pull request!

dimbleby avatar Oct 25 '22 18:10 dimbleby

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.

github-actions[bot] avatar Mar 15 '25 00:03 github-actions[bot]