From 9e31aeca16ffb82ed9898a81fe0c7cd1b18e87ae Mon Sep 17 00:00:00 2001 From: Rami Abdelrazzaq Date: Sat, 7 Mar 2026 23:48:04 -0600 Subject: [PATCH] docs: fix rendered dashes for install command options Fixes simonw/sqlite-utils#493 --- docs/cli.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index a6081609..f38a2210 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -257,6 +257,7 @@ Available ``--fmt`` options are: .. ]]] - ``asciidoc`` +- ``colon_grid`` - ``double_grid`` - ``double_outline`` - ``fancy_grid`` @@ -2786,7 +2787,7 @@ See this `SpatiaLite Cookbook recipe ` and the :ref:`insert -\\-convert ` and :ref:`query -\\-functions ` options can be provided with a Python script that imports additional modules from the ``sqlite-utils`` environment. +The :ref:`convert command ` and the ``insert --convert`` (:ref:`cli_insert_convert`) and ``query --functions`` (:ref:`cli_query_functions`) options can be provided with a Python script that imports additional modules from the ``sqlite-utils`` environment. You can install packages from PyPI directly into the correct environment using ``sqlite-utils install ``. This is a wrapper around ``pip install``.