Skip to content

Commit

Permalink
Add reference to Click PRs:
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed May 16, 2023
1 parent 41f23b6 commit 6f3d7b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion click_extra/parameters.py
Expand Up @@ -179,7 +179,9 @@ def get_help_default(option: click.Option, ctx: click.Context) -> str | None:
~/(...)/multiple_envvars.py/*.{toml,yaml,yml,json,ini,xml}
.. todo::
Contribute this code upstream to Click.
A better solution has been proposed upstream to Click:
- https://github.com/pallets/click/issues/2516
- https://github.com/pallets/click/pull/2517
"""
# Temporarily enable resilient parsing to avoid type casting
# failing for the default. Might be possible to extend this to
Expand Down

0 comments on commit 6f3d7b8

Please sign in to comment.