We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954f568 commit 36e4a82Copy full SHA for 36e4a82
1 file changed
src/flask/cli.py
@@ -777,7 +777,7 @@ def show_server_banner(debug: bool, app_import_path: str | None) -> None:
777
click.echo(f" * Debug mode: {'on' if debug else 'off'}")
778
779
780
-class CertParamType(click.ParamType[str | os.PathLike[str] | ssl.SSLContext]):
+class CertParamType(click.ParamType[t.Any]):
781
"""Click option type for the ``--cert`` option. Allows either an
782
existing file, the string ``'adhoc'``, or an import for a
783
:class:`~ssl.SSLContext` object.
0 commit comments