mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Tweaked SpatiaLite CLI docs, refs #398
This commit is contained in:
parent
a692c56659
commit
3e5a4f60cc
2 changed files with 13 additions and 1 deletions
|
|
@ -56,6 +56,8 @@ This page lists the ``--help`` for every ``sqlite-utils`` CLI sub-command.
|
|||
"insert-files": "cli_insert_files",
|
||||
"analyze-tables": "cli_analyze_tables",
|
||||
"convert": "cli_convert",
|
||||
"add-geometry-column": "cli_spatialite",
|
||||
"create-spatial-index": "cli_spatialite_indexes",
|
||||
}
|
||||
commands.sort(key = lambda command: go_first.index(command) if command in go_first else 999)
|
||||
cog.out("\n")
|
||||
|
|
@ -1231,6 +1233,8 @@ See :ref:`cli_drop_view`.
|
|||
add-geometry-column
|
||||
===================
|
||||
|
||||
See :ref:`cli_spatialite`.
|
||||
|
||||
::
|
||||
|
||||
Usage: sqlite-utils add-geometry-column [OPTIONS] DB_PATH TABLE COLUMN_NAME
|
||||
|
|
@ -1258,6 +1262,8 @@ add-geometry-column
|
|||
create-spatial-index
|
||||
====================
|
||||
|
||||
See :ref:`cli_spatialite_indexes`.
|
||||
|
||||
::
|
||||
|
||||
Usage: sqlite-utils create-spatial-index [OPTIONS] DB_PATH TABLE COLUMN_NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue