Small documentation updates to fix warnings

This commit is contained in:
Simon Willison 2025-05-07 17:54:29 -07:00
commit 72f6c820f6
3 changed files with 2 additions and 3 deletions

View file

@ -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")