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

--dry-run CLI arg help text is incorrect #5725

Open
4x0v7 opened this issue Jun 8, 2023 · 0 comments
Open

--dry-run CLI arg help text is incorrect #5725

4x0v7 opened this issue Jun 8, 2023 · 0 comments
Labels
Contributor Candidate The issue has been identified/triaged and contributions are welcomed/encouraged.

Comments

@4x0v7
Copy link

4x0v7 commented Jun 8, 2023

Usage: pipenv update [OPTIONS] [PACKAGES]...

  Runs lock, then sync.

Options:
  --bare                    Minimal output.
  --outdated                List out-of-date dependencies.
  --dry-run                 List out-of-date dependencies.

--outdated and --dry-run have the same help text

Looks like dry run was added again here:
fab345c#diff-f1845fa748089090da339b315b30863750c5f3c8ceec66a7c80e37b6d69e238cR330

Blame:
https://github.com/pypa/pipenv/blame/eb342c82d6a0791d42db17ab136a818847b8ed8c/pipenv/cli.py#L358
https://github.com/pypa/pipenv/blame/3e10df64355a8f40e60d7538163ac8391924f8b4/pipenv/cli.py#L432

@matteius matteius added the Contributor Candidate The issue has been identified/triaged and contributions are welcomed/encouraged. label Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Candidate The issue has been identified/triaged and contributions are welcomed/encouraged.
Projects
None yet
Development

No branches or pull requests

2 participants