Skip to content

Operator at not documented #3142

@gergelyk

Description

@gergelyk
  • 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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/docsDocumentation issues/improvements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions