Issue description
I installed Pipenv 2022.8.14
we run pipenv lock -r > requirements.txt to generate output of the lockfile as per the documentation.
Expected result
We expect the creation of requirements.txt file with dependencies information.
Actual result
Error: No such option: -r
Issue description
I installed Pipenv 2022.8.14
we run
pipenv lock -r > requirements.txtto generate output of the lockfile as per the documentation.Expected result
We expect the creation of requirements.txt file with dependencies information.
Actual result
Error: No such option: -r