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 ca4ca2c commit 2261391Copy full SHA for 2261391
typer/core.py
@@ -67,7 +67,7 @@ def _typer_param_setup_autocompletion_compat(
67
68
warnings.warn(
69
"In Typer, only the parameter 'autocompletion' is supported. "
70
- "The usage of 'shell_complete' will be deprecated in upcoming versions. ",
+ "The support for 'shell_complete' is deprecated and will be removed in upcoming versions. ",
71
DeprecationWarning,
72
stacklevel=2,
73
)
0 commit comments