Skip to content

Commit

Permalink
Update CLI reference docs for -e, refs #570
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 22, 2023
1 parent ef31210 commit 7e48502
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/cli-reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1418,13 +1418,14 @@ See :ref:`cli_install`.

::

Usage: sqlite-utils install [OPTIONS] PACKAGES...
Usage: sqlite-utils install [OPTIONS] [PACKAGES]...

Install packages from PyPI into the same environment as sqlite-utils

Options:
-U, --upgrade Upgrade packages to latest version
-h, --help Show this message and exit.
-U, --upgrade Upgrade packages to latest version
-e, --editable DIRECTORY Install a project in editable mode from this path
-h, --help Show this message and exit.


.. _cli_ref_uninstall:
Expand Down

0 comments on commit 7e48502

Please sign in to comment.