Improved CLI reference documentation, refs #1787

This commit is contained in:
Simon Willison 2022-08-18 14:52:04 -07:00
commit 6c0ba7c00c
6 changed files with 259 additions and 124 deletions

View file

@ -282,7 +282,7 @@ def package(
port,
**extra_metadata,
):
"""Package specified SQLite files into a new datasette Docker container"""
"""Package SQLite files into a Datasette Docker container"""
if not shutil.which("docker"):
click.secho(
' The package command requires "docker" to be installed and configured ',