--help summary for 'datasette inspect', closes #1597

This commit is contained in:
Simon Willison 2022-01-13 16:07:30 -08:00
commit 88bc2ceae1
2 changed files with 12 additions and 1 deletions

View file

@ -51,7 +51,7 @@ datasette --help
Commands:
serve* Serve up specified SQLite database files with a web UI
inspect
inspect Generate JSON summary of provided database files
install Install Python packages - e.g.
package Package specified SQLite files into a new datasette Docker...
plugins List currently available plugins
@ -317,6 +317,11 @@ datasette inspect --help
Usage: datasette inspect [OPTIONS] [FILES]...
Generate JSON summary of provided database files
This can then be passed to "datasette --inspect-file" to speed up count
operations against immutable database files.
Options:
--inspect-file TEXT
--load-extension TEXT Path to a SQLite extension to load