We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
--outdated
--dry-run
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 textLooks 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
The text was updated successfully, but these errors were encountered: