@@ -20,6 +20,7 @@ def Option(
2020 is_eager : bool = False ,
2121 envvar : Optional [Union [str , List [str ]]] = None ,
2222 # Note that shell_complete is not fully supported and will be removed in future versions
23+ # TODO: Remove shell_complete in a future version (after 0.16.0)
2324 shell_complete : Optional [
2425 Callable [
2526 [click .Context , click .Parameter , str ],
@@ -85,6 +86,7 @@ def Option(
8586 is_eager : bool = False ,
8687 envvar : Optional [Union [str , List [str ]]] = None ,
8788 # Note that shell_complete is not fully supported and will be removed in future versions
89+ # TODO: Remove shell_complete in a future version (after 0.16.0)
8890 shell_complete : Optional [
8991 Callable [
9092 [click .Context , click .Parameter , str ],
@@ -148,6 +150,7 @@ def Option(
148150 is_eager : bool = False ,
149151 envvar : Optional [Union [str , List [str ]]] = None ,
150152 # Note that shell_complete is not fully supported and will be removed in future versions
153+ # TODO: Remove shell_complete in a future version (after 0.16.0)
151154 shell_complete : Optional [
152155 Callable [
153156 [click .Context , click .Parameter , str ],
@@ -269,6 +272,7 @@ def Argument(
269272 is_eager : bool = False ,
270273 envvar : Optional [Union [str , List [str ]]] = None ,
271274 # Note that shell_complete is not fully supported and will be removed in future versions
275+ # TODO: Remove shell_complete in a future version (after 0.16.0)
272276 shell_complete : Optional [
273277 Callable [
274278 [click .Context , click .Parameter , str ],
@@ -325,6 +329,7 @@ def Argument(
325329 is_eager : bool = False ,
326330 envvar : Optional [Union [str , List [str ]]] = None ,
327331 # Note that shell_complete is not fully supported and will be removed in future versions
332+ # TODO: Remove shell_complete in a future version (after 0.16.0)
328333 shell_complete : Optional [
329334 Callable [
330335 [click .Context , click .Parameter , str ],
@@ -379,6 +384,7 @@ def Argument(
379384 is_eager : bool = False ,
380385 envvar : Optional [Union [str , List [str ]]] = None ,
381386 # Note that shell_complete is not fully supported and will be removed in future versions
387+ # TODO: Remove shell_complete in a future version (after 0.16.0)
382388 shell_complete : Optional [
383389 Callable [
384390 [click .Context , click .Parameter , str ],
0 commit comments