diff --git a/docs/changelog.rst b/docs/changelog.rst index b4af0f9..abe2cc5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -111,7 +111,7 @@ This release introduces a new :ref:`plugin system `. Read more about th 3.32 (2023-05-21) ----------------- -- New experimental ``sqlite-utils tui`` interface for interactively building command-line invocations, powered by `Trogon `__. This requires an optional dependency, installed using ``sqlite-utils install trogon``. There is a screenshot :ref:`in the documentation `. (:issue:`545`) +- New experimental ``sqlite-utils tui`` interface for interactively building command-line invocations, powered by `Trogon `__. This requires an optional dependency, installed using ``sqlite-utils install trogon``. (:issue:`545`) - ``sqlite-utils analyze-tables`` command (:ref:`documentation `) now has a ``--common-limit 20`` option for changing the number of common/least-common values shown for each column. (:issue:`544`) - ``sqlite-utils analyze-tables --no-most`` and ``--no-least`` options for disabling calculation of most-common and least-common values. - If a column contains only ``null`` values, ``analyze-tables`` will no longer attempt to calculate the most common and least common values for that column. (:issue:`547`) diff --git a/docs/cli-reference.rst b/docs/cli-reference.rst index 668461c..e0d4fc5 100644 --- a/docs/cli-reference.rst +++ b/docs/cli-reference.rst @@ -65,7 +65,6 @@ This page lists the ``--help`` for every ``sqlite-utils`` CLI sub-command. "create-spatial-index": "cli_spatialite_indexes", "install": "cli_install", "uninstall": "cli_uninstall", - "tui": "cli_tui", } commands.sort(key = lambda command: go_first.index(command) if command in go_first else 999) cog.out("\n") diff --git a/docs/cli.rst b/docs/cli.rst index 124970b..53a9a5f 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -1285,7 +1285,7 @@ You can set the ``SQLITE_UTILS_DETECT_TYPES`` environment variable if you want ` If a CSV or TSV file includes empty cells, like this one: -.. code-block:: csv +:: name,age,weight Cleo,6,