Skip to content

Commit f57b42f

Browse files
committed
Finish removing tui references, refs #648
1 parent d036c47 commit f57b42f

2 files changed

Lines changed: 1 addition & 19 deletions

File tree

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This release introduces a new :ref:`plugin system <plugins>`. Read more about th
111111
3.32 (2023-05-21)
112112
-----------------
113113

114-
- New experimental ``sqlite-utils tui`` interface for interactively building command-line invocations, powered by `Trogon <https://github.com/Textualize/trogon>`__. This requires an optional dependency, installed using ``sqlite-utils install trogon``. There is a screenshot :ref:`in the documentation <cli_tui>`. (:issue:`545`)
114+
- New experimental ``sqlite-utils tui`` interface for interactively building command-line invocations, powered by `Trogon <https://github.com/Textualize/trogon>`__. This requires an optional dependency, installed using ``sqlite-utils install trogon``. (:issue:`545`)
115115
- ``sqlite-utils analyze-tables`` command (:ref:`documentation <cli_analyze_tables>`) now has a ``--common-limit 20`` option for changing the number of common/least-common values shown for each column. (:issue:`544`)
116116
- ``sqlite-utils analyze-tables --no-most`` and ``--no-least`` options for disabling calculation of most-common and least-common values.
117117
- 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`)

docs/cli-reference.rst

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ This page lists the ``--help`` for every ``sqlite-utils`` CLI sub-command.
6565
"create-spatial-index": "cli_spatialite_indexes",
6666
"install": "cli_install",
6767
"uninstall": "cli_uninstall",
68-
"tui": "cli_tui",
6968
}
7069
commands.sort(key = lambda command: go_first.index(command) if command in go_first else 999)
7170
cog.out("\n")
@@ -1045,23 +1044,6 @@ disable-fts
10451044
-h, --help Show this message and exit.
10461045

10471046

1048-
.. _cli_ref_tui:
1049-
1050-
tui
1051-
===
1052-
1053-
See :ref:`cli_tui`.
1054-
1055-
::
1056-
1057-
Usage: sqlite-utils tui [OPTIONS]
1058-
1059-
Open Textual TUI.
1060-
1061-
Options:
1062-
-h, --help Show this message and exit.
1063-
1064-
10651047
.. _cli_ref_optimize:
10661048

10671049
optimize

0 commit comments

Comments
 (0)