mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Improved CLI reference documentation, refs #1787
This commit is contained in:
parent
09a41662e7
commit
6c0ba7c00c
6 changed files with 259 additions and 124 deletions
|
|
@ -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 ',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue