evaluate --cert before --key
This commit is contained in:
parent
dba2be9311
commit
5050a18a00
3 changed files with 11 additions and 1 deletions
|
|
@ -763,7 +763,10 @@ class SeparatedPathType(click.Path):
|
|||
@click.option("--host", "-h", default="127.0.0.1", help="The interface to bind to.")
|
||||
@click.option("--port", "-p", default=5000, help="The port to bind to.")
|
||||
@click.option(
|
||||
"--cert", type=CertParamType(), help="Specify a certificate file to use HTTPS."
|
||||
"--cert",
|
||||
type=CertParamType(),
|
||||
help="Specify a certificate file to use HTTPS.",
|
||||
is_eager=True,
|
||||
)
|
||||
@click.option(
|
||||
"--key",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue