mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-28 11:54:32 +02:00
parent
bff240032d
commit
b379a2a0c3
11 changed files with 224 additions and 2 deletions
|
|
@ -11,6 +11,8 @@ This page lists the ``--help`` for every ``sqlite-utils`` CLI sub-command.
|
|||
|
||||
.. [[[cog
|
||||
from sqlite_utils import cli
|
||||
import sys
|
||||
sys._called_from_test = True
|
||||
from click.testing import CliRunner
|
||||
import textwrap
|
||||
commands = list(cli.cli.commands.keys())
|
||||
|
|
@ -1500,4 +1502,19 @@ See :ref:`cli_spatialite_indexes`.
|
|||
-h, --help Show this message and exit.
|
||||
|
||||
|
||||
.. _cli_ref_plugins:
|
||||
|
||||
plugins
|
||||
=======
|
||||
|
||||
::
|
||||
|
||||
Usage: sqlite-utils plugins [OPTIONS]
|
||||
|
||||
List installed plugins
|
||||
|
||||
Options:
|
||||
-h, --help Show this message and exit.
|
||||
|
||||
|
||||
.. [[[end]]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue