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

Operator at not documented #3142

Closed
1 task done
gergelyk opened this issue Oct 8, 2020 · 1 comment · Fixed by #5822
Closed
1 task done

Operator at not documented #3142

gergelyk opened this issue Oct 8, 2020 · 1 comment · Fixed by #5822
Labels
area/docs Documentation issues/improvements

Comments

@gergelyk
Copy link

gergelyk commented Oct 8, 2020

  • I have searched the issues of this repo and believe that this is not a duplicate.

Issue

Docs are not too verbose on what @ operator means. E.g. three commands bellow seem to do the same thing:

poetry add '[email protected]'
poetry add 'bar=1.2.3'
poetry add 'bar==1.2.3'

Additionally these few are accepted as well:

poetry add 'bar@=1.2.3'
poetry add 'bar@==1.2.3'
poetry add 'bar===1.2.3'
poetry add 'bar====1.2.3'
@gergelyk gergelyk added area/docs Documentation issues/improvements status/triage This issue needs to be triaged labels Oct 8, 2020
@gergelyk gergelyk changed the title Operator at Operator at not documented Oct 8, 2020
@mkniewallner mkniewallner removed the status/triage This issue needs to be triaged label Jun 25, 2022
Copy link

github-actions bot commented Mar 1, 2024

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 github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/docs Documentation issues/improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants