Updated --help output for latest Click, closes #1354

This commit is contained in:
Simon Willison 2021-06-01 09:16:58 -07:00
commit ff45ed0ce5
4 changed files with 2 additions and 15 deletions

View file

@ -7,7 +7,6 @@ Usage: datasette package [OPTIONS] FILES...
Options:
-t, --tag TEXT Name for the resulting Docker container, can optionally use
name:tag format
-m, --metadata FILENAME Path to JSON/YAML file containing metadata to publish
--extra-options TEXT Extra options to pass to datasette serve
--branch TEXT Install datasette from a GitHub branch e.g. main
@ -19,8 +18,7 @@ Options:
--version-note TEXT Additional note to show on /-/versions
--secret TEXT Secret used for signing secure values, such as signed
cookies
-p, --port INTEGER RANGE Port to run the server on, defaults to 8001
-p, --port INTEGER RANGE Port to run the server on, defaults to 8001 [1<=x<=65535]
--title TEXT Title for metadata
--license TEXT License label for metadata
--license_url TEXT License URL for metadata