Skip to content
New issue

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

Poetry add help discrepancy #6887

Open
1 task done
tjzegmott opened this issue Oct 25, 2022 · 1 comment
Open
1 task done

Poetry add help discrepancy #6887

tjzegmott opened this issue Oct 25, 2022 · 1 comment
Labels
area/docs Documentation issues/improvements good first issue

Comments

@tjzegmott
Copy link

tjzegmott commented Oct 25, 2022

  • 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 tjzegmott added area/docs Documentation issues/improvements status/triage This issue needs to be triaged labels Oct 25, 2022
@dimbleby
Copy link
Contributor

submit a pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Documentation issues/improvements good first issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants