Skip to content

Commit

Permalink
clean of .rst leftovers in commands.md (#5876)
Browse files Browse the repository at this point in the history
  • Loading branch information
deronnax authored Aug 28, 2023
1 parent c0d83c9 commit 6cd5a99
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/commands.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _commands:

# Pipenv Commands

The commands reference for pipenv (incomplete)
Expand Down Expand Up @@ -45,13 +43,13 @@ The user can provide these additional parameters:

## uninstall

``$ pipenv uninstall`` supports all of the parameters in `pipenv install <#pipenv-install>`_,
as well as two additional options, ``--all`` and ``--all-dev``.
``$ pipenv uninstall`` supports all of the parameters in `pipenv install, as well as two additional options,
``--all`` and ``--all-dev``.

- ``--all`` — This parameter will purge all files from the virtual environment,
- --all — This parameter will purge all files from the virtual environment,
but leave the Pipfile untouched.

- ``--all-dev`` — This parameter will remove all of the development packages from
- --all-dev — This parameter will remove all of the development packages from
the virtual environment, and remove them from the Pipfile.


Expand Down

0 comments on commit 6cd5a99

Please sign in to comment.