Skip to content

Commit 6f3d7b8

Browse files
committed
Add reference to Click PRs:
pallets/click#2516 pallets/click#2517
1 parent 41f23b6 commit 6f3d7b8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

click_extra/parameters.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ def get_help_default(option: click.Option, ctx: click.Context) -> str | None:
179179
~/(...)/multiple_envvars.py/*.{toml,yaml,yml,json,ini,xml}
180180
181181
.. todo::
182-
Contribute this code upstream to Click.
182+
A better solution has been proposed upstream to Click:
183+
- https://github.com/pallets/click/issues/2516
184+
- https://github.com/pallets/click/pull/2517
183185
"""
184186
# Temporarily enable resilient parsing to avoid type casting
185187
# failing for the default. Might be possible to extend this to

0 commit comments

Comments
 (0)